@charset "utf-8";
/* CSS Document */
body {
	background-color:#333;
}
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background-color:#9D9D9D;
	border-bottom:18px solid #920A0C;
	height:240px;
}

#logo{
	margin-left:50px;
	float:left;
}

#title{
	float:right;
	margin-top:60px;
	margin-right:50px;
}

#wrapper{
	margin:auto;
	margin-top:288px;
	background-color:#C02527;
	width:950px;
	height:AUTO;
	border-radius:15px;
	-moz-border-radius:15px;
	overflow:auto;
	text-align:center;
}

#footer{
	width:100%;
	text-align:center;
	font-size:9px;
	color:#FFF;
}

#footer a{
	color:#FFF;
}
