@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000;
	background-image: url(img/background.png);
	background-position: top middle;
	background-repeat: no-repeat;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

a img {
	border: none;	
}


div#logo {
	text-align: center;
	padding-top: 90px;
}

div#logo img {
	height: 213px;
	width: 700px;
}

div#player {
	position: absolute;
	top: 40px;
	right: 100px;
	color: #fff;
}

div#navi {
	position: absolute;
	top: 300px;
	width: 100%;
	background-image:url(img/navi_back.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#navi div {
	position: relative;
	width: 980px;
	margin: 0px auto;
	text-align: center;
	vertical-align: bottom;
	height: 190px;
	left: 50%;
	margin-left: -490px;
}

#twitter {
	position: absolute;
	bottom: 38px;
	left: 0px;
}

#myspace {
	position: absolute;
	bottom: 5px;
	left: 170px;
}

#facebook {
	position: absolute;
	bottom: 37px;
	left: 330px;
}

#youtube {
	position: absolute;
	bottom: 0px;
	left: 520px;
}

#itunes {
	position: absolute;
	bottom: 37px;
	left: 750px;
}

div#bottom {
	color: #ffffff;
	background-color: #000000;
	top: 450px;
	width: 100%;
	bottom: 0px;
	position: absolute;
	text-align: center;
	padding-top: 80px;
}

p#booking {
	margin-top: 0px; 
	padding-bottom: 80px; 
	padding-top: 0px;
}

p#booking a:hover img {
	borer-bottom: 2px solid #fff;
}