body
{
	padding: 0;
	margin: 0;
	background-image:url('/img/backg1.png');
	color: #FFF;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: 110%;
	text-align: center; 
	line-height: 140%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #212121;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	color: #0000FF;
}

#centrecontainer
{
	margin: 0 auto;
	margin-top: 40px;
	padding: 0;
	width: 900px;
}

#outercontainer
{
	text-align: justify;
}

#header
{
	width: 900px;
	background: #FFF;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #FFF;
	background: #FFF;
	width: 860px;
	height: 520px;
}

#containerleft
{
	float: left;
	width: 350px;
	height: 470px;
	background-image:url('/img/start.png');
	border-right: 10px solid #FFF;
	padding: 10px;
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	letter-spacing: -3px;
	font-size: 100%;
	text-align: right;
}

#containerright
{
	float: left;
	width: 445px;
	height: 470px;
	background: #666666;
	border-left: 10px solid #FFF;
	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	letter-spacing: -2px;
	font-size: 120%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 75%;
}

#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: #BEBEBE;
	font-size: 10px;
}

#footer a
{
	text-decoration: none;
	color: #BEBEBE;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}