body
{
	padding: 0;
	margin: 0;
	background: #000;
	color: #fff;
	font-family: arial;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

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

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

#container
{
	position: absolute;
	float: center;
	width: 1260px;
	height: 650px;

}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 31px;
	letter-spacing: 1px;
}

#containerleft    
{
	float: left;
	color: #fff;
	background: #000;
	width: 440px;
	height: 490px;
	border-top: 5px solid #000;
}

#containerright    
{
	float: right;
	color: #fff;
	font-size: 110%;
	background: #000;
	width: 750px;
	height: 490px;
	border-top: 5px solid #000;
	overflow: auto;
	
}

#containerright h2
{
	margin: 0;
	padding: 4px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 2px solid #980404;
	padding-bottom: 5px;
	width: 99%;
	
}

#containerright a
{
	text-decoration: none;
	color: #fff;
}

#containerright a:hover
{
	text-decoration: none;
	color: #990031;
}

#container2
{
	border-top: 2px solid #980404	;
	border-bottom: 2px solid #980404;
	width: 1200px;
	height: 500px;
	position: absolute;
	top: 70px;
	left: 2%
}

#container3
{
	border-top: 2px solid #980404	;
	border-bottom: 2px solid #980404;
	width: 1200px;
	height: 500px;
	position: absolute;
	top: 70px;
	left: 2%
}

#containercentre   
{
	float: left;
	color: #fff;
	background: #000;
	width: 1200px;
	height: 490px;
	border-top: 5px solid #000;

}

#containercentre2  
{
	float: left;
	color: #fff;
	background: #000;
	width: 1200px;
	height: 490px;
	border-top: 5px solid #000;
	overflow: auto;
}

#flashcontent {

	height: 495px;
	width: 1200px;

}

/*#content img {

	width: 920px;

	height: 500px;

}*/


#footer
{
	width: 1200px;
	text-align: center;
	padding: 5px 0px;
	color: #fff;
	position: absolute;
	top: 600px;
}

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

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

