body
{
	padding: 0;
	margin: 0;
	background: #7DA4AB;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

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

a:hover
{
	text-decoration: solix 1px;
	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: none;
	width: 780px;
	height: 400px;
	background-image: url(bg_outer.png);
	background-repeat: no-repeat;
}

#containerleft
{
	float: left;
	width: 350px;
	height: 440px;
	background-image:url('containerright-image.png');
	background-repeat: no-repeat;
	margin-right: 20px;
	padding: 10px;
}

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

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


#footer
{
	width: 349px;
    height: 70px;
	padding: 395px 0px 0px 0px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-style: #0000FF; 
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 70%;
	float: left;
	text-align: left;
	position: relative 0px 500px 0px 0px;
	
}

#containerright
{
	float: left;
	width: 330px;
	height: 420px;
	border-top: 20px solid #fff;
	background: #A7D04E;
	overflow: auto;
	padding: 10px;
}

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

#credits
{
	width: 740px;
	float: left;
	text-align: right;
	padding: 5px 0px;
	color: #C2DEE1;
}

#credits a
{
	text-decoration: none;
	color: #C2DEE1;
}

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