@charset "utf-8";
#everything {
	background-color: #FFFF00;
	width: 600px;
}
#header {
	background-color: #0000FF;
	height: 100px;
	width: 600px;
}
#menu-left {
	background-color: #CC6633;
	float: left;
	width: 200px;
	height: 100px;
}
#content {
	background-color: #999999;
	float: right;
	height: 300px;
	width: 400px;
}
#footer {
	background-color: #CC00CC;
	height: 100px;
	width: 600px;
	float: left;
}
