@charset "utf-8";

body {
	background: #383838;
	margin: 0;
	text-align: center;
}

/* ========== BACKGROUND ========== */

#bg {
	background: url(images/splash_bgtop.jpg) repeat-x center top;
}
#bgmid {
	background: url(images/splash_bgmid.jpg) repeat-x center 510px;
	margin: 0 auto;
	width: 920px;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 884px;
}

/* ========== HEAD ========== */

#head {
	background: url(images/splash_head.jpg) no-repeat;
	height: 92px;
	text-align: center;
}
#head a {
	display: block;
	height: 92px;
	margin: 0 auto;
	width: 500px;
}
#head a span {
	display: none;
}

/* ========== MAIN IMAGE ========== */

#mainimagebg {
	background: url(images/splash_mainimagebg.jpg) no-repeat;
	padding: 21px 23px 20px 23px;
}
#mainimage {
	height: 295px;
	overflow: hidden;
}
#menu img {
	border: none;
}

/* ========== CONTENT ========== */

#content {
	background: url(images/splash_content_expanded.jpg) no-repeat top;
	height: 477px;
	position: relative;
}
#listings {
	height: 84px;
	left: 33px;
	position: absolute;
	overflow: hidden;
	top: 129px;
	width: 236px;
}
#welcome {
	height: 360px;
	left: 293px;
	position: absolute;
	overflow: hidden;
	top: 65px;
	width: 573px;
}

