* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	/*background: url(../images/pageBG.gif) repeat-x top #fff;*/
	background: #384e5d;
	padding: 15px;
}


div#mainLayout {
	width: 800px;
	background-color: #fff;
	margin: 0 auto;

}

div#header {
	background: url(../images/pages/splash/header_top.jpg) top no-repeat #00334b;
	height: 80px;
	border-bottom: 7px solid #DD7F31;
}

h1 {
	text-indent: -9000px;
	background: url(../images/pages/splash/logoTagline.jpg) no-repeat;
	position: relative;
	height: 45px;
	top: 15px;
	left: 15px;
}

div#buttonArea {
	width: 100%;
}

