body{
	margin: 0;
	padding: 0;
	background: #3b71a8;
	text-align: center;
}
.container{
	width: 700px;
	text-align: center;
	margin: 50px auto;
	background: url('../images_splash/mid.jpg');
}
.header{
	width: 650px;
	padding: 9px 25px 0 25px;
	background: url('../images_splash/top.jpg') no-repeat top center;
}
.content{
	width: 650px;
	padding: 25px;
	background: url('../images_splash/bot.jpg') no-repeat bottom center;
	text-align: left;
}
h2{
	display: block;
	float: left;
	font: bold 14px Arial, Gil, sans;
	color: #002a57;
	width: 272px;
	margin: 0;
	padding: 0 0 0 30px;
}
p{
	display: block;
	float: left;
	font: normal 11px Arial, Gil, sans;
	color: #222222;
	width: 272px;
	padding: 10px 0 10px 30px;
	margin: 0;
}
p a{
	display: block;
	font: bold 11px Arial, Gil, sans;
	color: #016a01;
	padding: 10px 0 0 0;
	margin: 0;
	float: none;
	text-transform: uppercase;
	text-decoration: none;
}
span{
	display: block;
	width: 272px;
	font: normal 10px Verdana, Tahoma, sans;
	color: #323232;
	margin: 0;
	padding: 30px 0 0 30px;
	clear: both;
}
a{
	display: block;
	width: 288px;
	float: right;
	height: 106px;
	padding: 0 30px 10px 0;
	margin: 0;
}
a img{
	border: 0;
}