body {
	background-image: url(../images/bg1.jpg);
	background-attachment: fixed;
	background-color: #1A698D;
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}
#banner {
	position: absolute;
	height: 226px;
	width: 700px;
	left: 0px;
	top: 0px;
}
#content {
	background-color: #FFF;
	position: absolute;
	width: 700px;
	left: 0px;
	top: 226px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-top: 15px;
	margin-left: 25px;
}
#footer {
	position: relative;
	height: 59px;
	width: 700px;
	background-color: #1A6A8B;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000;
	margin-left: 25px;
	text-align: justify;
	margin-right: 15px;
}
#wrapper {
	margin: auto;
	width: 700px;
	position: relative;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #000;
	line-height: 15px;
}
