body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

/* The main container that contains the site content. */
#container {
	width: 900px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}
	/* The logo for the site */
	#container #header {
		width: 900px;
		height: 91px;
		background-image: url(images/logo.jpg);
	}
	
	/* The main site */
	#container #mainbody {
		width: 900px;
		height: auto;
		background-image: url(images/mainbg.jpg);
		background-repeat: repeat-y;
	}
	
	/* Aligns the header images for each section */
	.sectionHeader {
		width: 700px;
		text-align: right;
		padding: 0px;
		margin: 0px;
		border: 0px;
	}
	
	.sectionHeader img {
		border: 0px;
	}


/* The menu bar at the bottom of the page */
#menubar {
	width: 100%;
	height: 76px;
	background-image: url(images/menu_bar.png);
	background-repeat: repeat-x;
	position: fixed;
	left: 0px;
	bottom: 0px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

	/* The menu buttons background */
	#menubar #buttonsbg {
		width: 832px;
		height: 76px;
		background-image: url(images/menu_button.png);
		background-repeat: none;
		text-align: left;
		padding: 0px;
		margin: 0px auto;
		border: 0px;
	}
		
		/* The menu buttons container */
		#menubar #buttonsbg #menubuttons {
			padding: 29px 23px;
		}
		
		#menubar #buttonsbg #menubuttons div {
			width: 197px;
			height: 28px;
			background-repeat: no-repeat;
			padding: 0px;
			margin: 0px;
			border: 0px;
			float: left;
		}