body
{
	padding: 0;
	margin: 0;
	background-image:url("bg.jpg");
    background-width:100%;
    background-height:100%;
	background-attachment: fixed;
	background-position:center;
    background-repeat: tile;
	color: white;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 1;
	border-color: #333333;
}

a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: silver;
}

#centrecontainer
{
	position: absolute;
	top: 40%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 31px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #FFF;
	width: 760px;
	height: 514px;
}

#containerleft
{
	float: left;
	width: 301px;
	height: 514px;
	border-right: 2px solid #FFF;
	padding: 1px;
	background-color: #FFFFFF;
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif, chicken;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
}

#containerright
{
	float: left;
	width: 435px;
	height: 496px;
	background: #000000;
	background-image:url("");
    background-width:100%;
    background-height:100%;
	background-attachment: fixed;
	background-position:center;
    background-repeat: tile;
	overflow: auto;
	padding: 10px;
}

#containerright h2
{ margin: 0; padding: 0 0 5px; font-family: chicken, helvetica, arial, verdana, tahoma, sans-serif; letter-spacing: -2px; font-size: 16pt; font-weight: normal; font-style: normal; border-bottom: 1px solid #fff; width: 75%; }

#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0;
	color: white;
}

#footer a
{
	text-decoration: none;
	color: white;
	font-size: 12px;

}

#footer a:hover
{
	text-decoration: none;
	color: #FF0000;
}