/* CSS Document */
body	{
	background-color:#537f9d;
	height:100%;
	margin-top:0px;
	margin-bottom:0px;
	
}

#container	{
	background-image:url(../images/page_bg_white.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	height:900px;
	/*width: 813px;*/
	
}

#maincontent	{
	margin-left:auto;
	margin-right:auto;
	width:428px;
	
}
