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

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


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

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

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