html {
	overflow: auto;
	height: 100%;
	}
body {
	background: #171105 url(images/bg.gif);
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #fff;
	font-family: Arial,sans-serif;
	font-size: 14px;
	line-height: 16px;
	}
a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #eac423;
	}
h3 {
	font-size: 20px;
	margin: 0px;
	padding: 10px 3px;
	}
img {
	border: 0px;
	}
p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}
table {
	width: 100%;
	height: 100%;
	}
table tr {
	vertical-align: middle;
	}
#container {
	position:relative;
	background: url(images/backing.jpg) no-repeat;
	width: 894px;
	height: 604px;
	margin:0px auto;
	padding: 0px;
	}
#header {
	margin-bottom: 12px;
	}
#header h1 {
	cursor: pointer;
	position: relative;
	top:36px;
	width: 692px;
	height: 46px;
	margin: 0px auto;
	padding: 0px;
	}
#header h1 a {
	cursor: pointer;
	position: absolute;
	background: url(images/logo.png) no-repeat;
	width: 692px;
	height: 46px;
	}
#header h1 span {
	display: none;
	}
#content {
	width: 804px;
	margin: 68px 0px 0px 45px;
	}
#side {
	position: relative;
	z-index: 5;
	float: right;
	text-align: right;
	font-weight: bold;
	}
#main {
	width: 525px;
	padding-top: 20px;
	text-align: justify;
	}
#main img {
	vertical-align:bottom;
	}
#main p {
	margin-bottom: 50px;
	}
#musicians {
	position: absolute;
	bottom: 43px;
	right: 47px;
	}
#player {
	position:absolute;
	top:270px;
	left:50px;
	z-index: 10;
	}
#footer {
	position: absolute;
	top: 427px;
	width: 100%;
	clear:both;
	}
#pic {
	margin-left: 45px;
	font-weight: bold;
	}
#pic img {
	padding-bottom: 7px;
	}
#info, #myspace {
	position: absolute;
	bottom: 0px;
	right: 50px;
	}
#info p {
	margin: 0px;
	padding: 0px;
	}
#myspace {
	right: 285px;
	min-width:230px;
	}