#container {
	float: left;
	background: center center;
	width: 800px;
	height: 300px;
	position: static;
	color: #FFF;
}

}
#header {
	float: left;
	height: 40px;
	width: 800px;
	background: repeat;
}
#menu {
	float: left;
	height: 20px;
	width: 800px;
	font-size: 18px;
	font-weight: bold;
	word-spacing: 0.4em;
	text-align: left;
	text-indent: 40px;
}
a {
	color: #F60;
	text-decoration: none;
}
#sidebar {
	float: left;
	height: 400px;
	width: 140px;
	background: #000;
}
#main {
	float: left;
	color: #000;
	height: 300px;
	width: 800px;
}
body {
	color: #F60;
	background: #000;
}
.disclaimer {
	font: 9px Arial, Helvetica, sans-serif;
	text-align: left;
}
.legals {
	color: #FC0;
	font-size: 10px;
}
.text {
	text-align: left;
	padding: 8px;
	color: #FFF;
}
#container #main p {
	color: #FFF;
	font-weight: bold;
}
