body
{
	padding: 0;
	margin: 0;
	background: #4F4F4F;
	color: #FFF;
	font-family: tahoma;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #7F002C;
}

a:hover
{
	text-decoration: none;
	color: #FFF;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 29px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #FFF;
	width: 760px;
	height: 370px;
}

#containerleft
{
	float: left;
	width: 350px;
	height: 350px;
	background: #7F002C;
	border-right: 20px solid #FFF;
	overflow: auto;
	padding: 10px;
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #CC7722;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: tahoma;
	letter-spacing: -2px;
	font-size: 200%;
	text-align: center;
}

#containerright
{
	float: left;
	width: 350px;
	height: 350px;
	background: #CC7722;
	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: tahoma;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 75%;
}

#footer
{
	font-family: tahoma; 
        width: 800px;
        letter-spacing: 1px;
	text-align: right;
	padding: 5px 0px;
	color: #AFAFAF;
}

#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover
{
	text-decoration: none;
        color: #CC7722;
}