body
{
	padding: 0;
	margin: 0;
	background: #660000;
	color: #660000;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
img{  
 	border: 0px;
}

h1{
	font-size: 18px;
	padding-bottom: 10px;
}
#centrecontainer
{
	left: 0px;
	width: 100%;
}
#outercontainer
{
	margin-left: -500px;
	position: absolute;
	top: 23px;
	left: 50%;
}
#header
{
	width: 1000px;
	height: 31px;
	letter-spacing: 1px;
}
#container    
{
	border: 20px solid #ffffff;
	width: 960px;
	height: 470px;
}
#containerleft
{
	float: left;
	width: 470px;
	height: 470px;
	border-right: 20px solid #ffffff;
}
#containerright
{
	float: left;
	width: 410px;
	height: 410px;
	background: #999999;
	overflow: auto;
	padding: 30px;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
}
#containerright a
{
	text-decoration: none;
	color: #ffffff
}	
#containerright a:hover
{
	text-decoration: underline;
	color: #ffffff
}
#footer
{
	width: 1000px;
	text-align: right;
	padding: 5px 0px;
	color: #ffffff;
	font-size: 11px;
}
#footer a
{
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover
{
	text-decoration: underline;
	color: #ffffff;
}