.style {
	background-color: #000000;
}
#main {
	color: #FFFFFF;
	height: auto;
	width: 800px;
	text-align: left;
}
#top {
	color: #000000;
	height: auto;
	width: 800px;
}
#menu {
	color: #000000;
	height: 100px;
	width: 300px;
	float: left;
	margin-top: 30px;
}
#side {
	height: 100px;
	width: 800px;
	float: left;
	margin-top: 30px;
}
#foot {
	height: auto;
	width: 800px;
	float: right;
	margin-top: 30px;
	color: #000000;
	font-size: 12px;
}
