body {
	background-color: #000000;
	margin: 0px;
	color: #ffffff;
	text-align: center;
	
}
a:link {
  color:#999999;
  text-decoration:none
  }
a:visited {
  color:#999999;
  text-decoration:none
  }
#mainbody {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align:left;
}

#mainbody #enterbuttons {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
}
#mainbody #bottomtext {
	width: 700px;
	position: absolute;
	z-index: 5;
	top: 600px;
	left: 130px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	text-align:center;
}
#mainbody #synopsis {
	width: 700px;
	position: relative;
	z-index: 5;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}
#mainbody #flashlogo {
	top: -35px;
	right: 40px;
  	position: relative;
	z-index: 4;
	text-align:right;
}
#mainbody #legal {
	top: -35px;
	width: 700px;
	position: relative;
	z-index: 5;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	text-align:center;
}