body 
{
	background-color: #111;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../fin_files/body_bg.jpg);
}


.site_wrapper {
	width: 986px;	
	margin-left: auto;
	margin-right: auto;
}

.site_top {
	width: 986px;
	height: 185px;
	padding:0px;
	margin-bottom: 0px;
	margin-top:5px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../fin_files/header_bg.png);
}

.site_wrapper_centre 
{
	float: left;
	width: 986px;	
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;


}

.site_left 
{
	width: 0px;
	float: left;
		margin-top:0px;
	margin-left: 0px;
	margin-right: 0px;
}

.site_content 
{
	width: 986px;
	padding:0px;
	margin-top:0px;
	margin-left: 0px;
	margin-right: 0px;
}

.site_right 
{
	width: 0px;
	float: right;
}

.site_bottom {
	width: 986px;	
	float: left;
	height: 70px;
}

.clearfloat { 
	clear:both;
    height:0; 
}
