/* CSS Document */

body
{
	margin:0;
	background-color:#cdcdcd;
	font-family:"Courier New";
	color:#aaaaaa;
	font-size:11px;
	overflow:hidden;
}

#top
{
	position:relative;
	margin-top:-20px;
	height:330px;
	width:auto;
	background-color:#ffffff;
}

#redline
{
	margin:0 auto auto -500px;
	height:1px;
	width:2000px;
	float:left;
	background-color:#b20000;
}

#bottom
{
	position:relative;
	margin:0px 37% auto;
	height:100px;
	width:237px;
	float:left;
}

#title
{
	margin:0px auto auto 37%;
}

#menu
{
	margin:3px auto;
}