
body {
	background-color: black;
	margin: 0; padding: 0;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
body, table, tr, td, p {
	font-size: 10px;
}
#content a, #content a:active, #content a:visited {
	color: #42A5DE;
	text-decoration: none;
	/*border-bottom: 1px dashed #779AAE;*/
	font-weight: bold;
}
#content a:hover {
	color: #779AAE;
	font-weight: bold;
}
a img, td a { border: 0; }
h1 {
	margin: 0; padding: 0;
	background-color: #060C0C;
	color: white;
	font-size: 13px;
}
#outer {
	position: relative;
	width: 937px;
	height: 100%;
	margin: 0 auto;
}
#head {
	width: 937px;
	height: 171px;
	background-image: url(images/head.jpg);
}
#main {
	width: 937px;
	height: 526px;
	background-image: url(images/body.jpg);
	position: relative;
}
#content {
	width: 455px;
	height: 455px;
	position: absolute;
	top: 30px;
	left: 295px;
	padding: 10px;
	overflow: auto;
}
#footer {
	background-image: url(images/footer.jpg);
	width: 937px;
	height: 71px;
	position: relative;
	top: 0px;
	left: 0px;
}
#f2 {
	background-image: url(images/bg.gif);
	height: 100%;
	width: 937px;
}
#menu {
	width: 139px;
	height: 209px;
	position: absolute;
	top: 55px;
	left: 141px;
}

#menu a {
	position: relative;
	padding: 25px 0 0 0;
	border: none;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win */
}
#menu a:hover {
	background-position: 0 -25px;
}

#menu a:active, #menu a.selected {
	background-position: 0 -25px;
}

#home a  {
	float: left;
	width: 139px;
	background: url(images/menu-home.gif) top left no-repeat;
}
#news a  {
	float: left;
	width: 139px;
	background: url(images/menu-news.gif) top left no-repeat;
}
#bio a  {
	float: left;
	width: 139px;
	background: url(images/menu-bio.gif) top left no-repeat;
}
#discography a  {
	float: left;
	width: 139px;
	background: url(images/menu-discography.gif) top left no-repeat;
}
#live a  {
	float: left;
	width: 139px;
	background: url(images/menu-live.gif) top left no-repeat;
}
#media a  {
	float: left;
	width: 139px;
	background: url(images/menu-media.gif) top left no-repeat;
}
#guestbook a  {
	float: left;
	width: 139px;
	background: url(images/menu-guestbook.gif) top left no-repeat;
}
#links a  {
	float: left;
	width: 139px;
	background: url(images/menu-links.gif) top left no-repeat;
}
#contacts a  {
	float: left;
	width: 139px;
	background: url(images/menu-contacts.gif) top left no-repeat;
}
#title {
	position: absolute;
	top: 0px;
	left: 490px;
}
