body {
	margin: 0px;
	background-color: #000000;
	background-image: url(Uploads/Userfiles/Images/foundry_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* ####################################### */
/* Site DIV's [ REQUIRED ] */

.site_wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.site_top {
	width: 800px;
}

.site_wrapper_centre {
	float: left;
	width: 800px;
}

.site_left {
 float: left;
}

.site_content {
    width: 800px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}

.site_right {
   float: right;
}

.site_bottom {
	float: left;
	width: 800px;
	height:70px;
}


.clearfloat { 
	clear:both;
    height:0; 
}
/* ####################################### */
