body
{
	padding: 0;
	margin: 0;
	background: #660099;
	color: #FFF;
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px;
	line-height: 150%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #663300;
	scrollbar-highlight-color: #660099;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #660099;
}

img
{
	border: 0;
}

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

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: 35px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #FFF;
	width: 760px;
	height: 370px;
}

#containerleft
{
	float: left;
	width: 350px;
	height: 350px;
	border-right: 20px solid #FFF;
	padding: 0 20px 20px 0;
	background: #999999;
}

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

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

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 24px;
	text-align: right;
}

#containerright
{
	float: left;
	width: 350px;
	height: 350px;
	background-image: url(images/bg-right.jpg);
	background-repeat: repeat-x;
	overflow: auto;
	padding: 10px;
	text-align: left;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: verdana, tahoma, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 90%;
}

#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: #FFF;
}

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

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