body {
	background-color: #003B75;
	text-align: center;
	margin: 0 auto;
}
		
#pnlBody
{
	width: 822px;
	margin: auto;
	background: url(../gfx/background.jpg) right bottom;
	z-index: 99;
}

#pnlBottomPlaceholder
{
	height: 21px;
}

#pnlSplash
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	z-index: 100;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

#pnlQuote
{
	position: fixed;
	top: 50px;
	z-index: 101;
	margin: 0 158px;
	width: 505px;
	height: 700px;
}
#pnlRange
{
	position: fixed;
	top: 90px;
	z-index: 101;
	margin: 0 -5px;
	width: 830px;
	height: 550px;
}