body {
	margin:0;
	padding:0;
	background-color: #003333;
	font-family: arial, verdana;
	}

#sidestripe {
    position: absolute;
	top: 0px;
	left: 85px;
	width: 15px;
	height: 600px;
	background-color: #000000;
	}
	
#sidestripe2 {
    position: absolute;
	top: 0px;
	left: 1000px;
	width: 15px;
	height: 600px;
	background-color: #000000;
	}
	
#banner {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 900px;
	height: 200px;
	background-color: #000000;
	}
	
#content {
	position: absolute;
	top: 200px;
	left: 100px;
	width: 900px;
	height: 350px;
	background-color: #000000;
	}
	
#footer {
	position: absolute;
	top: 550px;
	left: 100px;
	width: 900px;
	height: 51px;
	background-color: #000000;
	}
	
	}
</style>
@charset "UTF-8";
/* CSS Document */
