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