body {
	background:url(../img/ussr.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#wrapper {
	width:960px;
	margin:auto;
}
#nav {
	margin:0px;
	padding:0px;
	background:#F5F5F5;
	height:45px;
	border-radius:3px;
	border:#878787 solid 1px;
}
#nav li{
	list-style:none;
	float:left;
	min-width:100px;
	text-align:center;
	font-size:24px;
	padding:8px;
}
#nav li:hover{
	color:#2D2D2D;
	text-shadow:#D7D7D7 1px 1px 1px;
	background:#D9D9D9;
	border:#B3B3B3 solid 1px;
}
#nav a{
	color:#CC9900;
	text-decoration:none;
}
#nav img{
	margin-left:30px;	
}
#content {
	margin-top:10px;
	border-radius:4px;
	border:#878787 solid 1px;
	min-height:600px;
	background:#F5F5F5;
}

#footer {
	margin-top:10px;
	border-radius:4px;
	border:#878787 solid 1px;
	min-height:150px;
	background:#2B2B2B;
}
.footerdiv {
	width:295px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
.footerdiv h3{
	margin:0px;
	text-align:center;
	border-radius:3px 3px 0 0;
	color:#BBBBBB;
	border-bottom:#494848 solid 1px;
	background:#323232;
}
.contenterte{
	text-align:left;
	margin:0px;
	padding:5px;
	border-radius:0 0 3px 3px;
	color:#7A7A7A;
	font-size:13px;
	background:#323232;
	min-height:90px;
}
.contenterte ul{
	margin:0;
	padding:0;
}
.contenterte li{
	list-style:none;
	font-size:12px;
	padding:2px;
}
.contenterte li a{
	color:#7A7A7A;
	text-decoration:none;
}
#follow li{
	float:left;
}