#header{
	width: 1200px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 40px;
	font-family: Arial, sans-serif; 
	color: #fffaf3;
	font-weight:bold;
	background-color: #90c0ee;
}

#body{
	float:left;
	width:800px;
	height:600px;
	text-align:center;
	font-size:15px;
	color:#ffffff;
	font-family: Arial, sans-serif; 
	font-weight:bold;
	background-color:#cecece;
}

#sidebar{
	float:left;
	width:400px;
	height:600px;
	text-align:left;
	font-size:12px;
	color:#000000;
	font-family: Arial, sans-serif; 
	font-weight:bold;
	background-color:#fffaf3;
	line-height: 20px;
}

#log{
	overflow:	auto;
}

#log ul{
	padding: 0px;
}

#log ul li{
}

#footer{
	width:1200px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:15px;
	color:#fffaf3;
	font-family: Arial, sans-serif; 
	font-weight:bold;
	background-color:#8ce1ec;
}