* {
	font-family: Verdana;
	color: white;
	font-size: 10px;
}
a { 
	text-decoration: none;
	font-weight: bold;
	}
a:hover {text-decoration: underline;}

a#home {
	position: absolute;
	top: 8px;
	left: 8px;
}

a#music {
	position: absolute;
	top: 28px;
	right: 16px;
}

a#theband {
	position: absolute;
	top: 86px;
	right: 16px;
}

a#play {
	position: absolute;
	top: 86px;
	right: 116px;
}

body { background: transparent; }

body.index {
 background: url(images/background2.PNG) top left no-repeat;
 width: 768px;
 height: 768px;
}

iframe, img { border: none }

#menu { 
	position: absolute;
	top: 24px;
	left: 0px;
	width: 768px;
	height: 120px;
}

iframe#content { 
	position: absolute;
	top: 140px;
	left: 6px;
	width: 762px;
	height: 340px;
	background: transparent;
	allowtransparency: true;
}

#player { 
	opacity: 0.3;
	filter: alpha(opacity=20);
}

#copyright {
	position: absolute;
	top: 740px;
	left: 10px;
	}

