
/* pushes the page to the full capacity of the viewing area */
html {height:100%;}

body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */


#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */


#content {position:relative; z-index:1;}


#container {
	position:relative;
	z-index:1;
	width:865px;
	height:825px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	background-color:transparent;
	border:0;
	padding:0px;
	margin-bottom:0px;
	background-image: url(IMAGES/shadowBG.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#logo {
width:176px;
height:84px;
margin-top:20px;
margin-left:32px;
float:left;
margin-bottom:45px;
}	


.menu {
width: 66px;
height: 15px;
margin-left:25px;
margin-top: 88px;
float:left;
margin-bottom:45px;
}

.footer {
	width:600px;
	height:10px;
	font-family: Arial;
	background-color:transparent;
	font-size: 9.5px;
	font-weight: lighter;
	text-align: center;
	color: #999999;
	clear:none;
	padding:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;

	}
		
#abouttext {
	width:415px;
	height:145px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-top:44px;
	margin-right:auto;
	margin-left:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding-left:25px;
	padding-right:25px;
	text-align: justify;
	vertical-align: middle;
	}

#selectbox {
	width:104px;
	height:18px;
	margin-top:25px;
	margin-right:auto;
	margin-left:15px;
	background-image:url(IMAGES/select_one.gif);}
	
#musicbox {
	width:700px;
	height:200px;
	margin-top:15px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align: justify;
}

#navcontainer {
width:212px;
height:auto;
float:left;
padding-left: 14px;
}

#navcontainer ul{
margin: 0;
padding: 0;
list-style-type: none;
width:212px;
height: 175px;
border-right:1px solid #CCCCCC;
float:left;
}

#navcontainer li {
 margin: 0 5px 8px 3px; 
 }

#navcontainer a
{
display: block;
color: #CCCCCC;
background-color:#000000;
width: 175px;
padding: 3px 7px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
text-align:left;
font-size: 10px;
font-style: normal;
line-height: 1.5;
font-weight: normal;
}

#navcontainer a:hover
{
background-color: #333333;
color: #FFF;
}

#contactbox {
width:750px;
height:40px;
margin-top:85px;
margin-right:auto;
margin-left:auto;
margin-bottom:50px;
border-top:1px solid white;
}	

.emailbox {
width:233px;
height:35px;
border-right:1px solid #CCCCCC;
float:left;
padding-top:5px;
padding-left:5px;
padding-right:5px;
padding-bottom:0px;
}

.flickrbox {
width:233px;
height:35px;
border:0px;
float:left;
padding-top:5px;
padding-left:5px;
padding-right:5px;
padding-bottom:0px;
}


	
a.footer {	
text-decoration:none;
color:#fbaf5d;
font-weight:lighter;
padding-bottom:2px;
border-bottom: 1px dotted;
border-color:#999999;
}

a.footer:hover {	
color:#CCCCCC;
text-decoration:none;
border-bottom: 1px dotted;
border-color:#999999;
padding-bottom:2px;
}

a.footer:visited {	
color:#fbaf5d;
text-decoration:none;
border-bottom: 1px dotted;
border-color:#999999;
padding-bottom:2px;

}	

#photobox {
width:796px;
height:477px;
margin:0;
padding:0px;
border:0;
}

#photobox2 {
width:796px;
height:162px;
margin:0;
padding:0px;
border:0;
}


#slideshow {
width:615px;
height:425px;
border: 1px solid #FFFFFF;
margin-top:0px;
}


#bandname2 {
width:350px;
height:15px;
margin:0px;
clear:both;
border:0;
background-color:#333333;
padding: 5px 8px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: 1.5;
font-weight: normal;
color:#CCCCCC;
text-align:left;
}

#backbutton a {
width:85px;
height:29px;
margin-top:5px;
margin-left:auto;
float:right;
margin-right:0px;
border: 1px solid #FFFFFF;
}

#backbutton a:hover {
background-color:#333333;
}

#caption {
width:500px;
height:29px;
margin-top:5px;
margin-left:0px;
float:left;
margin-right:0px;
border:0;
font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:italic;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}
	
	<!--[if IE 6]>
<style type="text/css">
/* some css fixes for IE browsers */
html {overflow-y:hidden;}
body {overflow-y:auto;}
#bg {position:absolute; z-index:-1;}
#content {position:static;}
</style>
<![endif]-->
</head>