html,body{

}
body{
	color:#FFFFFF;
	background-color:#000000;
	
	background-image: url('standalone/bg-repeat.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}
body,table,td,img,form{
	margin:0px;
	padding:0px;
	border:0px;
}
#mainContainer{
	margin-left:auto;
	margin-right:auto;
	width:838px;
	height:793px;
	padding-top:40px;
	background-image: url('standalone/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	text-align:center;
}
#flashContainer{
	margin-left:30px;
	width:777px;
	height:500px;
}

.close_btn{
	position:absolute;
	left:779px;
	top:25px;
}
#footer{
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height:45px;
	
	margin-top:5px;
}
