body {
	background: White;
	color: Black;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
.main{
	width: 1000px;
	color: White;
	padding-bottom: 50px;
	background: #00a79d url(images/nogi.jpg) no-repeat top center;
}
.top{
	min-width: 1000px;
}
#top-left{
	float: left; 
	width: 25%; 
	background: url(images/top-left.gif) no-repeat top left; 
	text-align: left; 
	padding: 40px 0px 0px 30px;
}
#top-right{
	float: right; 
	width: 25%; 
	background: url(images/top-right.gif) no-repeat top right; 
	text-align: left;  
	padding: 40px 30px 0px 0px;
}
.menu{
 margin-left: 0; /* Отступ слева в браузере IE и Opera */
 padding-left: 0; /* Отступ слева в браузере Firefox */
 margin-top: 70px;
}
.menu li{
	list-style-type: none; /* Убираем маркеры */
	margin-top: 9px;
	font-size: 13px;
}
a{
	color: #ff9ac5;
}
a:hover{
	color: #e22436;
	text-decoration: none;
}
.center{
	clear: both;
	padding: 0px 30px 30px 30px;
	color: White;
}
.video{
	color: White;
	font: bold 12px;
}
.footer{
	background-color: White;
	padding: 10px 30px 10px 30px;
	margin: 50px 0px 0px 0px;
	min-height: 60px;
	color: #00a79d;
	clear: both;
}
.footer a{
	color: #be1e2d;
}