* html #wrapper
{
height: 100%;
}
html
{
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(../images/white_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper {
	min-height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 800px;
	float: left;
	background-color: #000822;
}
#strapline_top {
	color: #FFFFFF;
	float: left;
	width: 450px;
	font-weight: bold;
	padding-top: 25px;
	padding-left: 20px;
}
#logo {
	background-attachment: scroll;
	background-image: url(../images/logo_perfect.gif);
	background-repeat: no-repeat;
	float: left;
	height: 67px;
	width: 247px;
	margin-left: 80px;
}
#navigation {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	background-color: #00B5F8;
	height: 120px;
}
#top_nav {
	float: left;
}
#bottom_nav {
	float: left;
	padding-top: 35px;
}

#main_content {
	background-attachment: scroll;
	background-image: url(../images/main_image.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 400px;
	width: 800px;
}
#front_strap {
	padding-top: 260px;
	font-size: 14px;
	color: #000066;
	font-style: italic;
	padding-left: 20px;
}




#footer {
	width: 100%;
	margin-top: -75px;
	position: relative;
	float: left;
}
#footer_content {
	background-attachment: scroll;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
