@charset "utf-8";
body {
	background: #333;
	text-align: center;
}
html, body {
	margin: 0px;
	padding: 0px;
}
#container {
	background: #e8e8e8;
	width: 930px;
	text-align: left;
	margin: 0px auto;
}
#header {
	background: #e8e8e8;
	height: 200px;
	width: 930px;
	border-bottom: 3px solid #333;
}
#sidebar {
	background: #e8e8e8;
	height: 768px;
	width: 202px;
	float: left;
	text-align: center;
}
#main {
	background: #e8e8e8;
	width: 725px;
	float: right;
	height: 768px;
}
