*{
	margin:0;
	padding:0;
}
body {
	background: #060504 url(../img/body-bg.jpg) top center no-repeat;	
}
#continut{
	width:670px;
	margin:0 auto;
	padding-top:43px;
}
#continut h1, #continut h2{
	overflow:hidden;
	height:0;
}
#continut h1{
	width:277px;
	height:30px;
}
#continut h2{
	width:670px;
	height:29px;
	margin-top:17px;
	margin-bottom:26px;
}
#midsection a#left-box{	
	width:336px;
	height:230px;
	float:left;		
	margin-left:-3px;
}
#midsection a#right-box{
	width:336px;
	height:230px;
	float:right;		
	margin-right:-4px;
	margin-bottom:48px;
}
#footer{
	height:29px;	
	clear:both;
	background: url(../img/footer-bg.png) no-repeat;
	color:#775828;
	font:12px Arial, sans-serif;
	padding:6px 9px 0;	
}
*:first-child + html #midsection .right-box{
	margin-bottom:20px;	
}
* html #midsection .right-box{
	margin-bottom:27px;	
}
#footer a{
	float:right;
}
a img{
	border:none;
}

