@charset "UTF-8";
/* CSS Document */

Body {background-color: #006081; 
background-image:url(../images/backgroundGradient.png); 
background-repeat: repeat-x;
margin:0px;
padding:0px;
}
#banner {
	background-image:url(../images/banner.png);
	height: 128px;
	width: 798px;
	margin-left:auto;
	margin-right:auto;
}
#navbox {
	background-image:url(../images/buttonPanelBack.png);
	height:37px;
	width:798px;
	margin-left:auto;
	margin-right:auto;
}
