﻿#wrapper{
	width:984px;
	margin:0 auto;
}
#maincont{
	background-image:url(images/main_bg.gif);
	/*background-attachment:fixed;*/
	/*background-position:left 137px;*/
	background-repeat:repeat-x;
	padding:25px 30px;
	margin:0;
	background-color:#000;
	/*min-height:400px;*/
}
#dvLeft{
	width:200px;
	float:right;
	overflow:hidden;
}
#dvCenter{
	/*width:653px;*/
	width:560px;
	float:right;
	margin-left:22px;
	overflow:hidden;
}
#dvRight{
	width:120px;
	float:right;
	margin-left:22px;
	overflow:hidden;
}

/*			footer			*/
#footer{
	height:84px;
	color:#999999;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	padding:30px 30px 0 30px;
}
#footermenu{
	margin-bottom:5px;
}
#footermenu ul{
	list-style: none;
	margin:0;
	padding:0;
}
#footermenu ul li {
	float:left;
	margin-right:15px;
}
