* {
border: 0px;
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
}

#whole {
	background-color: #000040;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}

a {text-decoration: none; color: #646464;}
a:hover {text-decoration: underline; color: #FFFFFF}

/*------------------------------------------------------------------------*/

#header {
	width: 800px; height: 309px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#title {
	width: 800px; height: 234px;
	background: #000000 url(../img/title.jpg) ;
	text-align: right;
}

#title a {
	margin: 0px; padding: 0px;
	font-size: 10px; font-weight: normal;
}

#subtitle {
	width: 800px; height: 75px;
	background: #000000 url(../img/subtitle.gif) ;
	text-align: center;
}

#message {
	height: 37px;
	font-size: 18px;
	font-weight: bold;
	color: #880000;
}

/*----------------------------------------*/

.hide {
	display: none;
}

#menu {
	border-collapse: collapse;
}

#menu div {
	float: left;
	padding: 0px 0px 0px 3px; margin: 0px;
	background-color: #000040;
	text-align: center;
}

#menu .home a {
	width: 80px; height: 38px;
	display: block;
	background: url("../img/menu-home.gif") no-repeat;
}

#menu .info a {
	width: 80px; height: 38px;
	display: block;
	background: url("../img/menu-news.gif") no-repeat;
}

#menu .rob a {
	width: 80px; height: 38px;
	display: block;
	background: url("../img/menu-rob.gif") no-repeat;
}

#menu .member a {
	width: 80px; height: 38px;
	display: block;
	background: url("../img/menu-member.gif") no-repeat;
}

#menu .live a {
	width: 80px; height: 38px;
	display: block;
	background: url("../img/menu-live.gif") no-repeat;
}

#menu .myspace a {
	width: 80px; height: 38px;
	display: block;
	background: url("../img/menu-myspace.gif") no-repeat;
}

#menu .disc a {
	width: 80px; height: 38px;
	display: block;
	background: url("../img/menu-disc.gif") no-repeat;
}

#menu .merchandise a {
	width: 80px; height: 38px;
	display: block;
	background: url("../img/menu-merchandise.gif") no-repeat;
}

#menu .wmtweet a {
	width: 80px; height: 38px;
	display: block;
	background: url("../img/menu-twitter.gif") no-repeat;
}

#menu .contact a {
	width: 80px; height: 38px;
	display: block;
	background: url("../img/menu-contact.gif") no-repeat;
	padding-right: 3px;
}

#menu a:hover {
	background-position: 0 -38px;
}

/*------------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 800px; height: 304px; position:relative;
	background: #000040 url(../img/footer.jpg) ;
	text-align: right;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#footer div {
	position:absolute; bottom:5px; right:10px;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}
