body{

background-image: url("../images/background.jpg");
background-size: cover;
background-attachment: fixed;

font-family: "tahoma", "arial", "helvetica", "sans-serif";
font-size: 11px;
color:#fff;

}



#body_all{



Width:1000px;

min-height:98vh;
position: relative;

margin-left:auto;

margin-right:auto;

border: 1px solid #959393;

background: #050213; 

border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;

-webkit-box-shadow: 0px 0px 24px 0px rgba(183, 195, 248, 1);

-moz-box-shadow: 0px 0px 24px 0px rgba(183, 195, 248, 1);

box-shadow: 0px 0px 24px 0px rgba(183, 195, 248, 1);

overflow:hidden;



}





#baner_container{



Width:100%;

height:182px;

background-image: url("../images/baner.jpg?12345");

margin-left:auto;

margin-right:auto;

border:0px solid #fff;

text-align:center;



}



#menu_container{



width: fit-content;
height:auto;

padding-top:10px;
padding-bottom:10px;
padding-left: 10px;
padding-right: 10px;

margin-left:auto;
margin-right:auto;
margin-bottom:50px;

border-left: 1px solid #b0e0f7;
border-right: 1px solid #b0e0f7;
border-bottom:1px solid #b0e0f7;

text-align:center;

overflow:hidden;


/*! background-color: #173a8c; */
background: linear-gradient(to bottom, rgba(25,72,98,1) 0%,rgba(17,69,96,1) 36%,rgba(1,39,60,1) 100%);
box-shadow: 0px 0px 24px 0px rgba(183, 195, 248, 1);

-webkit-border-bottom-right-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-bottomright: 40px;
-moz-border-radius-bottomleft: 40px;
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;




}



#content_container{

width: 967px;

border:0px solid #00ffff;

margin-left:auto;

margin-right:auto;

margin-bottom: 100px;

}

#footer_container{



width: fit-content;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1px;
  border-left: 1px solid #b0e0f7;
  border-right: 1px solid #b0e0f7;
  border-bottom: 1px solid #b0e0f7;
  text-align: center;
  overflow: hidden;
  background-color: #173a8c;
  background: linear-gradient(to bottom, rgba(25,72,98,1) 0%,rgba(17,69,96,1) 36%,rgba(1,39,60,1) 100%);
  box-shadow: 0px 0px 24px 0px rgba(183, 195, 248, 1);
  -webkit-border-top-right-radius: 40px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-topright: 40px;
  -moz-border-radius-topleft: 40px;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
	position: absolute;
	  bottom: 0;
 left: 0;
  right: 0;
}






ul.menu_horizontal {

  list-style-type: none;

  margin: 0;

  padding: 0;

  background-color: #333;
	

}



.menu_horizontal li {

  float: left;

		margin-left:10px;

	margin-right:10px;

}



.menu_horizontal li a {

display: inline-block;

    text-align: center;

    vertical-align: middle;

    padding: 3px 6px;

    border: 1px solid #a12727;

    border-radius: 8px;

    background: #ff4a4a;

    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));

    background: -moz-linear-gradient(top, #ff4a4a, #992727);

    background: linear-gradient(to bottom, #ff4a4a, #992727);

    -webkit-box-shadow: #ff5959 0px 0px 5px 0px;

    -moz-box-shadow: #ff5959 0px 0px 5px 0px;

    box-shadow: #ff5959 0px 0px 5px 0px;

    text-shadow: #591717 1px 1px 1px;

    font: normal normal bold 13px arial;

    color: #ffffff;

    text-decoration: none;

	

}



.menu_horizontal li a:hover:not(.active) {

   box-shadow: #ffff00 0px 0px 10px 0px;

}



.menu_horizontal .active {

  background-color: #04AA6D;

}