body
{
	background: #FFF url('../images/splash/splash_bg.png') repeat bottom center;
}

div#splash
{
	margin: 0 auto;
	width: 940px;
	height: 768px;
	background: #FFF url('../images/splash/splash_fg.jpg') no-repeat top left;
	position: relative;
}

div#splash a
{
	display: block;
	position: absolute;
	background: transparent url('../images/splash/transparent.gif') repeat top left;	
}

div#splash a#melbourne_link
{
	width: 240px;
	height: 100px;
	bottom: 80px;
	left: 100px;
}
div#splash a#sydney_link
{
	width: 200px;
	height: 140px;
	bottom: 40px;
	left: 380px;
}
div#splash a#app_link
{
	width: 240px;
	height: 120px;
	bottom: 60px;
	left: 200px;
}
div#splash a#website_link
{
	width: 210px;
	height: 120px;
	bottom: 70px;
	left: 500px;
}

div#splash a span
{
	display: none;
}