body
{
	background: #fff;
	margin: 0;
	padding: 0;
}

#page
{
	width: 894px;
	height: 642px;
	background: url('../i/splash/bg.png') no-repeat;
	margin: 0 auto 0 auto;
}

#links
{
	float: left;
	margin: 51px 0 0 64px;
	display: inline;
}

#page a
{
	width: 188px;
	height: 457px;
	margin: 0 4px 0 0;
	display: block;
	float: left;
	
	text-decoration: none;
}
	#page a span
	{
		visibility: hidden;
	}
	
	a.triboweb
	{
		background: url('../i/splash/tribo_web_bg.jpg') 0 0;
	}
	a.triboshop
	{
		background: url('../i/splash/tribo_shop_bg.jpg') 0 0;
	}
	a.tattooshop
	{
		background: url('../i/splash/tattoo_shop_bg.jpg') 0 0;
	}
	a.wildcatshop
	{
		background: url('../i/splash/wildcat_shop_bg.jpg') 0 0;
	}

#page a:hover
{
	background-position: 188px 0;
}