html
{
	width: 100%;
	height: 100%;	
}
	

body
{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#3fa1d2;
}


#flash_content
{
	width: 100%;
	height: 100%;
}

#bgr
{
	position:absolute;
	width:802px;
	height:596px;
	top:13px;
	left:50%;
	margin-left:-400px;
	/*margin-top:-298px;*/
	background:url(../swf/bgr.jpg);
}

#container
{
	position:absolute;
	background-color:#006699;
	width:772px;
	height:580px;
	top:20px;
	left:50%;
	margin-left:-386px;
	/*margin-top:-290px;*/
}