@charset "utf-8";


body {
	background: #c1b9a7 url(images/splash_bg.jpg) repeat-x top;
	margin: 0;
	text-align: center;
}
#header img, #menu img, #buttonwrap img, #icons img {
	border: none;
}
.preloader {
	display: none;
}

/* ========== LAYOUT ========== */

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 902px;
}
#header {
	background: url(images/splash_headlogo.jpg) no-repeat 33px 8px;
	padding: 37px 20px 17px 0;
	text-align: right;
}
#mainbg {
	background: url(images/splash_mainbg.jpg) repeat-x;
	height: 531px;
}
#menu {
	background: url(images/splash_menubg.jpg) repeat-x 0px 7px;
	margin: 0 7px;
	padding: 7px 0 2px 0;
	text-align: right;
}
#flash {
	margin: 0 7px;
}

/* ========== FOOTER BUTTONS ========== */

#buttonbg {
	background: url(images/splash_buttonbg.jpg) repeat-x 0px 17px;
	margin: 0 41px;
}
#buttonwrap {
	padding: 29px 0 14px 0;
}
.button {
	height: 115px;
	margin-right: 17px;
}
#icons {
	padding: 13px 29px 0 0;
	text-align: right;
}