@charset "utf-8";
/* CSS Document */

#top 
{
	width:100%;
	position:absolute;
	top:0;
	height:100px;
	float:left;
	background: url(../design/logo.jpg) no-repeat center left #84182f;
	border-top:#FFCC00 5px solid;
}

#main {
	padding-left:50px;
	height:100%;
	width:100%;
}

#bottom
{
	float:left;
	background:#84182f;
	border-bottom:#FFCC00 5px solid;
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
}