html {
	margin-bottom: 1px;
}
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 400px; /* For Mozilla/Opera/Safari */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	background-image: url(images/bkg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#Splash {
	position: relative;
	width: 730px;
	height: 460px;
}
#menu a {
	background-image: url(/images/btn/btn.gif);
	background-repeat: no-repeat;
	position: absolute;
	text-decoration: none;
	height: 20px;
	width: 96px;
}
#menu a:hover
{
	background-image: url(/images/btn/btn_h.gif);
}
#menu a span
{
	visibility: hidden;
}

#menu a.about
{
	background-position: 0px 0px;
	width: 68px;
	top: 155px;
	left: 55px;
}
#menu a.history
{
	background-position: 0px -20px;
	width: 68px;
	top: 155px;
	left: 242px;
}
#menu a.albums
{
	background-position: 0px -40px;
	width: 77px;
	top: 155px;
	left: 424px;
}
#menu a.popmarket
{
	background-position: 0px -60px;
	width: 86px;
	top: 155px;
	left: 605px;
}
#menu a.download
{
	background-position: 0px -80px;
	width: 106px;
	top: 300px;
	left: 50px;
}
#menu a.listen
{
	background-position: 0px -100px;
	width: 146px;
	top: 300px;
	left: 219px;
}
#menu a.buy
{
	background-position: 0px -120px;
	width: 61px;
	top: 300px;
	left: 449px;
}
#menu a.bonus
{
	background-position: 0px -140px;
	width: 53px;
	top: 300px;
	left: 642px;
}
#footer {
	background-image: url(/images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
