html, body
{
	height: 100%;
	margin: 0px;
}

body
{
	background-color:  #C6272C;
	color: #383838;
	font-family: arial;
}

hr
{
 color: #383838;
}

#main_content
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 800px;
}