@charset "utf-8";
body {
	background-image: url(http://www.billyteafurniture.com/images/splash_bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #333333;
}
#horizon {				/* used to centre site vertically */
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -288px; /* half of wrapper hieght */
	text-align: center;
	min-width: 960px;
}
#wrapper {
	height: 575px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#flash {
	height: 575px;
	width: 960px;
	margin-top: 3px;
}

