@charset "utf-8";
<!--
#everything {
	background-color: #FF0;	
	width: 600px;
}
#header {
	background-color: #00F;	
	height: 100px;	
	width: 600px;
}
#menu-left {	
	background-color: #C63;	
	height: 100px;	
	width: 200px;	
	float: left;
}
#content{	
	background-color: #999;	
	height: 300px;	
	width: 400px;	
	float: right;
}
#footer {	
	background-color: #C0C;	
	height: 100px;	
	width: 600px;	
	float: left;}

