body {
	margin:0;
	padding:0;
	background-color: #000000;
	font-family: arial, verdana, impact;
	}
	
#sidestripe {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 10px;
	height: 720px;
	background-color: #FFFFFF;
	}
	
#sidestripe2 {
	position: absolute;
	top: 0px;
	left: 960px;
	width: 10px;
	height: 720px;
	background-color: #FFFFFF;
	}
	
	
#banner {
	position: absolute;
	top: 0px;
	left: 110px;
	width: 850px;
	height: 90px;
	background-color: #FFFFFF;
	}
	
#menu {
	position: absolute;
	top: 90px;
	left: 110px;
	width: 850px;
	height: 30px;
	background-color: #FFFFFF;
	}
	
#content {
	position: absolute;
	top: 119px;
	left: 110px;
	width: 850px;
	height: 550px;
	background-color: #000000;
	}
	
#footer {
	position: absolute;
	top: 670px;
	left: 110px;
	width: 850px;
	height: 50px;
	background-color: #FFFFFF;
    }
	
	}
</style>
@charset "UTF-8";
/* CSS Document */
