/*@import url('top_navigation.css');*/
@import url('head.css');
@import url('content.css');
@import url('navigations.css');
@import url('footer.css');

body{
	z-index:1;
	/*background-image: url(../img/fon.jpg);*/
	overflow-y: scroll;
	/*background-color:#F9F9F9;*/
	background-image: url(../img/fon.jpg);
}

#body{
	width:1000px;
	
	margin:0 auto;
	
}

#head{
	/*background-image: url(../img/bg-lightl-889.jpg);*/
	/*background-color:#5B5D5F;*/
	height:200px;
	margin:-10px -10px 10px -10px;
	border:1px solid transparent;
	background-image: url(../img/fon2.jpg);
	
}

#navigations{
	/*background-image: url(../img/bg-lightl-889.jpg);*/
	/*background-color:#5B5D5F;*/
	height:0;
	position:absolute;
	width:1000px;
	margin-top:-58px;
	/*background-image: url(../img/fon2.jpg);*/
	
}





#content{
   
	background-color:#fff;
	padding:10px;
	width:1000px;
	/*background-image: url(../img/fon.png);*/
	/*height:100%;*/
	
}


#footer{
	background-image: url(../img/fon2_footer.jpg);
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:-150px;
	height:180px;
}

