body
{
	background: url(../images/go_bg.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
}

img		{ border: 0; }

#splash
{
	background: url(../images/go_splash.jpg) no-repeat 0 0;				
	width: 960px;
	height: 800px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
}

#splash a
{
	display: block;
	position: relative;
	width: 150px;
	height: 100px;
}

#splash a h1	{ display: none; }			
a.letsgo		{ left: 180px; top: 330px; }			
a.whygo			{ left: 760px; top: 100px; }			
a.gomedia		{ left: 690px; top: 260px; }

#footer
{
	font-size: 10px;
	line-height: 13px;
	width: 800px;
	position: absolute;
	margin: 0 auto;
	top: 850px;
	left: 95px;
}

#footer a img
{
	padding: 0 10px 5px 10px;
}

#footer ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	margin: 0 auto;
}

#footer ul li
{
	margin: 0;
	padding: 0 5px 0 10px;
	display: inline;
	border-left: 1px solid #333;
}

#footer ul li.first
{
	border-left: 0;
	padding-left: 0;
}

#footer a
{
	color: #0782AB;
}

#footer a:visited
{
	color: #666;
}

#footer a:hover
{
	color: #FF9300;
	text-decoration: overline;
}	
