@charset "utf-8";
/* CSS Document */

body {
	background: url(images/splash_bg.jpg) no-repeat center top;
	background-attachment: fixed;
	height: 100%;
	margin: 0px;
	text-align: center;
}
#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 980px;
}
#header {
	background: url(images/splash_head.jpg) no-repeat;
	height: 136px;
}
#mainimage {
	background: url(images/splash_mainimage.jpg) no-repeat;
	height: 441px;
}
#content {
	background: url(images/splash_content.gif) no-repeat;
	height: 203px;
	padding: 0px 32px 0px 32px;
}
#welcomewrap {
	float: left;
	padding-top: 55px;
	width: 472px;
}
#welcome {
	height: 78px;
	overflow: hidden;
	width: 472px;
}
#listings {
	float: right;
	padding-top: 52px;
	width: 293px;
}
#foot {
	background: url(images/splash_footer.jpg) no-repeat center top;
	height: 100px;
}
