﻿body 
{
	background:Black;
	background-image:url(images/score_bg_main.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

img {border:0;}

#wrapper
{
	width:800px;
	border:solid 6px black;
	background-image:url(images/flash_bg.jpg);
	height:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	position:relative;
	
}

#wrapper2
{
	width:800px;
	height:600px;
	border:solid 6px black;
	background-color:#000000;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	position:relative;
	
}
#Header {
	width:800px;
	height:125px;
	background-image:url(images/flashheader.jpg);
}

#Buttons {
	width:705px;
	height:22px;
	margin-left:10px;
	margin-top:-51px;
}

#Main {
	margin-top:15px;	
}

#Footer {
	margin-top:15px;
	width:800px;
	height: 74px;
	font-family:helvetica, arial;
	font-size:12px;
	font-weight:bold;
	color:#C1001F;
	text-align: center;
	clear:both;
}

#Footer a
{
 
color: #C1001F;
text-decoration:none;
 
}
 
#Footer a:hover
{
 
color:#999;
text-decoration:none;
 
}


