@charset "utf-8";
/* CSS Document */

#wrapper {
position:relative;
width:800px;
height:600px;
margin:0px auto;
}
#banner {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:179px;
}
#navbar {
	position:absolute;
	left:0px;
	top:180px;
	width:800px;
	height:30px;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#AEB8CA;
	font-style:bold;
}
#footer {
	position:absolute;
	left:0px;
	top:580px;
	width:800px;
	height:20px;
	color:#AEB8CA;
}
#content {
	position:absolute;
	left:0px;
	top:220px;
	width:800px;
	height:350px;
	color:#AEB8CA;
	z-index:10;
	display:block;
}
