body {
	background: url("../images/background.gif") top repeat-x #172f60;
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 1.2em;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	
}

#content {
	width: 1000px;
	clear: both;
}

#content:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}
#content p a {
	color: white;
}

#MainPicture {
	background: url("../images/MainPicture.jpg") top no-repeat;
	width: 1000px;
	height: 560px;
	background-position: center;
}

#MainPicture p {
	width: 325px;
	margin-left: 45px;
}
#MainPicture h1 {
	padding-top: 25px;
	margin-top: 0px;
	margin-left: 45px;
	font-size: 3.2em;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	margin-top: 35px;
}

#footer a {
	color: white;
}

#header {
	background: url("../images/header.jpg") top left no-repeat #01091b;
	position: relative;
	width: 1000px;
	height: 107px;
}

#logo {
	text-indent: -5000px;
	background: url("../images/wattgate.logo.png") top left no-repeat transparent;
	height: 32px;
	width: 219px;
	position: absolute;
	top: 57px;
	left: 40px;
	margin: 0px;
}

#logo a {
	display: block;
}
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}