<style type="text/css">

body {
	width:750px;
	height: auto;
	margin-top:30px;
	background-color: #000000;
	margin-left: 30px;
	margin-right: 0px;
}

/* ----- HEADER ----- */
#header {
	width:750px;
	height:60px;
	background-color:#000000;
	float:left
}

/* ----- NAVIGATION ----- */
#navigation {
	width:750px;
	height:25px;
	background-color:#000000;
	padding: 0px;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat;
	float:left
}

/* ----- MAIN CONTENT ----- */
#content {
	width:750px;
	height:auto !important; /* for modern browsers */
	height:450px; /* for IE5.x and IE6 */
	background-color:#333333;
	float:left;
	overflow: auto;
}

/* ----- FOOTER ----- */
#footer {
	width:750px;
	height:50px;
	background-color:#333333;
	background-image: url(images/footer_bg.png);
	float:left

}
</style>
