body {
	margin:0 0 20px 0;/*This adds spacing around the entire website. If the design calls for there to be no spacing above the website the margin can be set at 0 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
}

#header_container {	
	visibility:hidden;
	display:none;
}

#left_container {
	visibility:hidden;
	display:none;
}

#content_container {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	width:660px;
	padding:0;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	background-image:url(../images/bg_mainp.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	float:left;
	
}

#main_bottom {	
	visibility:hidden;
	display:none;
}

#main_right {	
	visibility:hidden;
	display:none;
}

.video {	
	visibility:hidden;
	display:none;
}

#footer {	
	visibility:hidden;
	display:none;
}