#container
       {background-color:#fff;
	height:600px;
	width:800px;
	margin-right: auto;
	margin-left:auto;
	border:1px solid #000;}

#header
       {background-color: #c39;
	float: left;
	height:100px;
	width:800px;}

#menu
       {background-color: #fcc;
	background: url(image/sidepanel.gif);
	float:left;
	height:400px;
	width:150px;}

#information
       {background-color:#fff;
	float:left;
	height:380px;
	width:630px;
	padding:10px;}

#footer
       {background-color:#000;
	float:left;
	height:100px
	width:800px;}
