/* CSS Document */

body 
{
	margin: 0;
	padding: 0;
	background-color: #2071c1;
}

#global 
{
position:absolute;
left: 50%;
top: 50%;
width: 750px;
height: 476px;
margin-top: -238px;
margin-left: -375px;
border: 0px;
background-color: #2071c1;
}

