@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 

{
	margin: 0;
	padding: 0;
	border: 0;
	
	background-color: #000;
}

#body {
	background-color: #000;
}

#container {
	background-color: #000;
	float: none;
	height: 800px;
	width: 1000px;
	
	border:solid;
	border-width: 0px;
	border-color: #000;
}
	
#banner{
	height: 200px;
	width: 1000px;
	float: left;
	background-color: #000;
	
	font-family:"verdana",tahoma,arial,helvetica,sans serif;
	font-size: 150px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	
	border:solid;
	border-width: 0px;
	border-color: #000;
}

#nav {
	background-color: #000;
	float: left;
	height: 600px;
	width: 200px;
	
	font-family:"verdana",tahoma,arial,helvetica,sans serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-align: left;
	
	border:solid;
	border-width: 0px;
	border-color: #000;
}

#main {
	background-color: #000;
	float: left;
	height: 600px;
	width: 800px;
	
	font-family:"verdana",tahoma,arial,helvetica,sans serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	
	border:solid;
	border-width: 0px;
	border-color: #000;
}

#footer{}

