@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	background: #939598 url('images/bg1.jpg') repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#container
{
	width: 984px;
	margin: 0 auto 0 auto;
}

div#footer
{
	background: url('images/footerbg.jpg') no-repeat top left;
	font-size: 10px;
	color: white;
	margin: 65px 0 0 0;
	height: 180px;
}

div#footer .content
{
	padding: 37px 35px 37px 48px;
}

div#contact-form
{
	height: 489px;
}

div#contact-form .inner
{
	padding-top: 40px;
}

.splash-img
{
	display:block;
	padding-top: 49px;
}

