﻿html, body { 
    height: 100%; /* Высота родителя */
    margin: 0; /* Убираем отступы у страницы */
	color: #fff;
	font-size: 19px;
}
   
a:hover, a:link,  a:active, a:visited {
	text-decoration: none;
	color:#fff;
}

body{
background:#000 url(Photo/fon9.jpg) no-repeat;
}

#wrap {
    background: #000;
	width:800px; 
	margin:0 auto;
	border:20pxpx;
	border-color:white;
}

#header{  
	width:100%; 
	text-align:center; 
	color:#000; 
	padding-top:40px; 
}
   
#header.logo {
	height: 290px;
	background: url(Photo/1.jpg);
}

#menu{ 
	background:#000;
	float:left; 
	text-align:center; 
	color:#ffffff; 
	font-size:18px; 
	margin-bottom:20px;
	width: 800; 
	height: 30px;
	padding: 0px 10px 10px 10px;
}

#content{
	background:#000;
	margin-left:0 auto;
	padding:20px; 
	margin-top:90px;
	margin-bottom:50px;
} 
	
.list_menu{
	list-style:none;
	margin:0;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight:bold;
}
 
.list_menu li{
	display:block;
	color: #fff;
	margin:20px;
	font-family: Segoe Print;
    float:left;
}

.list_menu li a{
	padding:10px;
	display:block;
	color: #fff;
	background:#ff0000;
	
	/*добавляем закругление для кнопок*/
	-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	
	/*добавляем тень для кнопок*/
    box-shadow: 3px 3px 3px #fff;
}

.list_menu li a:hover{
	padding:10px;
	display:block;
	color: #fff;
	background: #2E2B57;
	
			/*перемещение*/
	-webkit-transform: translate(25px, 2); 
	transform: translate(25px, 2); 
	-moz-transform: translate(25px, 2);
	-webkit-transform: translate(25px, 2);
}

.list_menu li  a:visited{
	color:#fff;
}

img.up{
	margin: 0;
	position:fixed;
	bottom:20px;	
	right: 40px;
	border:0;
	opacity: 0.7;
	}
	
img.up:hover{
	opacity: 1;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s; 
	}	
	
#footer{
	clear:both;
	width:800px; 
	margin:0 auto;
	vertical-align: bottom; /* Выравнивание текста футера по низу */
	text-align:center;/* Выравнивание текста футера по центру */
	height: 80px;
	background: #345bab;
	padding: 0;
	background: url(Photo/4.jpg);
	margin-top:-50px;
}

#footer p{
	font-family: Arial, Helvetica, Serif;
	font-size: 15px;
	color: #fff;
	padding: 30px;
}


