body {
	margin: 0px;
	text-align: center;
	background-color: #ffffff;
	background-repeat:	repeat-x;
	height: auto;
	background-color: #004487;
	background-position: top;
	background-repeat: no-repeat;
	background-image:URL(../images/body_bg.png);	
	}

#main {
	width				: 802px; /*centers the div in all modern browsers*/
	height				: auto;
	margin				: 0px auto;
	padding				: 0px; /*prevents margin collapse from allowing margins in this div from affecting margins around container*/
	text-align			: left; /*resets normal text align following centering in #container*/
	background-repeat	: repeat-y;
	background-position	: center;
	position			: relative;
	padding-left: 33px;
	padding-top: 50px;
	}


	#main #content {
		background-position: top;
		background-repeat: no-repeat;
		background-image:URL(../images/intro.jpg);
		padding-top: 130px;
		padding-bottom: 20px;
		float: left;
		clear: both;
		text-align: center;
		width: 726px;
		height: 251px;
		}