a
{
	background-color: transparent;
	color: #930;
}

a.button,
a.button:visited,
a.button:active,
a.button:hover
{
	background: url("../images/btn_left.gif") left top no-repeat;
	background-color: transparent;
	color: #930;
	display: block;
	font-weight: bold;
	height: 24px;
	margin: 0 auto;
	padding: 0 0 0 26px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	width: 5em;
}

a.button:hover
{
	background-position: left bottom;
}

a.button span,
a.button:visited span,
a.button:active span
{
	background: url("../images/btn_right.gif") right top no-repeat;
	display: block;
	line-height: 24px;
	padding: 0 20px 0 0;
}

a.button img
{
	left: 5px;
	position: absolute;
	top: 7px;
}

a img
{
	border: none;
	vertical-align: middle;
}

body
{
	background: url("../images/splash_page_bg.jpg") center top repeat-x;
	background-color: #FFF;
	color: #494848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1
{
	background-color: transparent;
	color: #54969C;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}

/* Classes */

.buttonlist
{
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 100%;
}

.columns
{
	margin: 0 auto;
	overflow: hidden;
	width: 254px;
}

.column1
{
	float: left;
	width: 50%;
}

.column2
{
	float: right;
	width: 50%;
}

#Container
{
	background: url("../images/splash_logo.jpg") 50% 66px no-repeat;
	height: 334px;
	padding-top: 214px;
	width: 100%;
}