html, body {
	background-color: white;
	padding: 0px;
	margin: 0px;
}

div#wrapper {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

div#header {
	height: 50px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 10px;
	width: 100%;
}

div#content {
	background-position: center top;
	height: 520px;
	background-repeat: no-repeat;
	background-image: url(images/bkg.jpg);
	background-color: #001C68;
	width: 100%;
}

div#footer {
	height: 30px;
	background-color: white;
	padding: 0px;
	margin: 0px;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 10px;
	width: 100%;
}
