@charset "UTF-8";
body {
	-webkit-text-size-adjust:none;
	background-color: #000;
	background-image: url(../img/bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#container{
	height: 3250px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 50px;
	font: 11px/20px Helvetica, Arial, sans-serif;
	position:relative;
}
a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

#container .menu {
	position:absolute;
	left:720px;
	top:48px;
}

#container .menu ul {
	float: left;
	width: 80px;
	display: block;
}

#container .menu .extanal {
	float: left;
	width: 140px;
}
.menu .news {
	padding-top: 90px;
	clear: both;
}
#container #profile {
	color: #FFF;
	width: 480px;
	position: absolute;
	left: 40px;
	bottom: 50px;
}

