@charset "utf-8";

body {
	background-image: url(images/splash_bg.jpg);
	margin: 0px;
}
#bgtop {
	background-image: url(images/splash_bgtop.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
#foottile {
	background-image: url(images/splash_foottile.jpg);
	background-position: left;
	background-repeat: repeat-x;
}
#wrapper {
	margin: 0px auto;
	width: 1000px;
}
#welcome {
	margin: 18px 22px 0px 5px;
	text-align: justify;
}
#flash {
	height: 502px;
}
#content {
	height: 225px;
}
#listings {
	margin: 41px 14px 0px 21px;
	color: #FFFFFF;
}