#table
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
}

#navWrap
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#nav
{
	width: 400;
	height: 112;
	padding-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav li
{
	display: inline;
	list-style: none;
}

#nav li a
{
	display: block;
	height: 128px;
	width: 128px;
	background: url(images/SplashIcons.png) no-repeat;
	float: left;
}

#nav a#art
{
	background-position: 0px 0px;
}

#nav a#dj
{
	background-position: -128px 0px;
}

#nav a#tech
{
	background-position: -257px 0px;
}

#nav a#art:hover
{
	background-position: 0px -129px;
}

#nav a#dj:hover
{
	background-position: -128px -129px;
}

#nav a#tech:hover
{
	background-position: -257px -129px;
}

body
{
	background: black;
	text-align: center;
}