/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	/*
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center; 
	*/
	background-color:#003366;
}

