#everything {
	background-color: #669900;
	width: 600px;
	border: thick solid #CCFF00;
}
#header {
	background-color: #3399FF;
	height: 100px;
	width: 600px;
}
#menuleft {
	float: left;
	width: 200px;
	height: 100px;
	background-color: #999900;
}
#content {
	background-color: #FFCC66;
	float: right;
	height: 300px;
	width: 400px;
}
#footer {
	background-color: #3399FF;
	float: left;
	height: 100px;
	width: 600px;
}
