/* Structure CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bfb4b4;
	background: url(../images/index-page-bg.jpg) #000000 top left repeat-x;
}

/* Structural Areas */

#Preload {
	display: static;
	top: -999px;
	position: absolute;
}

#Page {
	width: 910px;
	margin: 0 auto;
}


.email {
	padding: 35px 0 0 40px;
	background: url(../images/index-email-bg.gif) #000000 top left no-repeat;
}


/* Footer Area */

#Footer {
	width: 910px;
	margin: 0 auto;
	text-align: center;
	color: #b0a193;
}


