@charset "utf-8";
/* CSS Document */

body
{
	background-color:#000000;
}

.fon
{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	background-image:url(img/Background.jpg);
	width:1256px;
	height:1430px;
	top:-10px;
}

.all
{
	position:relative;
	width:1024px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	height:1430px;
	top:-10px;
}

.logo
{
	background-image:url(img/logo.png);
	width:1024px;
	height:255px;
	position:absolute;
	margin-right:auto;
	margin-left:auto;
}

.menu
{
	position:absolute;
	top:255px;
	width:184px;
	height:247px;
}

.news
{
	background-image:url(img/news.png);
	position:absolute;
	width:184px;
	height:330px;
	top:502px;
}

.button
{
	width:184px;
	height:39px;
}

.space
{
	height:40px;
	width:184px;
}

.podp
{
	position:absolute;
	bottom:0px;
	right:0px;
	width:250px;
	height:50px;
}

.teamtext
{
	position:absolute;
	right:0px;
	width:583px;
	height:110px;	
}

.year
{
	font:'Times New Roman', Times, serif italic; 
	color:#FFFFFF; 
	font-size:27px; 
	font-style: italic; 
	font-weight: bold;
}

.photo
{
	position:absolute;
	width:150px;
	height:300px;
	border:1px solid #0F3;
}

a img 
{
    border: none; /* Убираем рамку */
}