body
{
	background: #C82128;
	margin: 10% 0 20px 0;
}

#container
{
	width: 739px;
	min-height: 420px;
	_height: 420px;
	margin-left: auto;
	margin-right: auto;
}

#splash
{
	width: 739px;
	height: 525px;
	position:relative;
}

#splash div
{
	float: left;
	
	padding: 40px 0 0 0;
}

#splash a
{
	font-size: 3em;
	color: #DE5A5F;
	text-decoration: none;
}

#splash a:hover
{
	color: #8CC63E;
	text-decoration: none;
}

#splash #lhs
{
	margin: 100px 0;
	width: 305px;
	height: 225px;
	background: url(/images/leftarrow.gif) no-repeat;	
	text-align: center;
}

#splash #middle
{
	margin: 100px 10px 0 10px;
}

#splash #rhs
{
	margin: 100px 0;
	width: 305px;
	height: 225px;
	background: url(/images/rightarrow.gif) no-repeat;
	position:relative;
	font-size: 0.7em;
	text-align: left;
}

#splash #rhs li
{
	list-style:none:
}