html, body {
	height: 100%;
}

body {
	background: url('../images/background.jpg');
}

#header {
	width: 960px;
	margin: 0px auto;
}

#header h1 {
	width: 100px;
	height: 25px;
	background: url('../images/logo.gif') no-repeat 0px 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	margin: 0px;
}

#header h1 span {
	display: none;
}

#wrapper {
	background: #ffffff;
}

#mainContent {
	width: 960px;
	margin: 0px auto;
}

#flashContentContainer {
	float: left;
	border: solid 8px #eeebde;
	margin-top: 48px;
	margin-bottom: 32px;
}

#mainContentArea {
	position: relative;
	background: url('../images/main_content.png');
	float:left;
	width: 422px;
	height: 209px;
	margin-top: 120px;
	margin-left: 30px;
}

#mainContentArea #viewSite {
	position: absolute;
	width: 146px;
	height: 25px;
	top: 169px;
	left: 7px;
}

#mainContentArea span {
	display: none;
}

#atAGlance {
	clear: both;
	width: 960px;
	height: 186px;
	background: url('../images/atAGlance.png') no-repeat;
}

#atAGlance span {
	display: none;
}