body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;	
	background: rgb(64,64,64) url(../images/footer_bg.png) repeat scroll;
	background-position: 0 0;
	overflow-y: scroll;
	}
	
.scrol_div {
	overflow: hidden;
/*	width: 960px;*/
	text-align:left;
	}
	
#header {
	margin: 0 0 0 0;
	padding: 0;
	height: 45px;
	background-color: #333334;
	}

.scrol_div_header {
	overflow: hidden;
	width: 1010px;
	text-align: left;
	background-color: #52727A;
	height: 45px;
	}
	
#topmenu {
	background-color: rgb(51,51,52);
	height: 27px;
	}

.scrol_div_topmenu {
	height: 27px;
	background: rgb(51,51,52);
	width: 1024px;
	margin-right:10px;
	overflow:visible;
}

#content{
    background-repeat: repeat-x;
	background-position: center top;
	height: auto;
	}
.scrol_div_content{
    background-repeat: repeat-x;
	background-position: center top;
	width: 951px;
}
.scrol_div_content_facts{
	width:954px;
}

.clear{
	clear:both;
	height:1px;
}
