@charset "UTF-8";
@import "reset.css";

/* Structure for page layout */

body {
	text-align: center;
	background: #ffffff;
	font-family: Times, Times New Roman, Georgia, serif;
	color: #5e585a;
	font-size: 12px;
	line-height: 18px;
	margin-top: 40px;
}

div#mainwrap {
	width: 842px;
	height: 300px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff url('../images/splash-bg.jpg') top center no-repeat;
	text-align: center;
	padding-top: 335px;
}

h1 {
	font-family: Georgia, serif;
	color: #3e3d40;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 8px;
	margin-top: 10px;
}

