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

}
.main{
	width: 1000px;
	background-color: Black;
	color: White;
	padding-bottom: 50px;
}
.top{
	min-width: 1000px;
}
#top-left{
	float: left; 
	width: 25%; 
	background: url(images/top-left.gif) no-repeat top left; 
	text-align: left; 
	padding: 70px 0px 0px 30px;
}
#top-right{
	float: right; 
	width: 25%; 
	background: url(images/top-right.gif) no-repeat top right; 
	text-align: left;  
	padding: 70px 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: #FF2498;
}
a:hover{
	color: #7C7C7C;
	text-decoration: none;
}
.center{
	clear: both;
	padding: 30px 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: Black;
	clear: both;
}
.footer a{
	color: Black;
}