html {
    margin:0px;
    padding:0px;
}
body {
    text-align:center;
    margin-top:0px;
    padding:0px;
    margin-bottom:0px;
	color: #FFFFFF;
	background: url("../Images/background.jpg") no-repeat fixed center bottom;
	background-color: #000000;
}

a:link {
	color: #A4A4A4;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #800000;
}


#container { 
    margin:0px auto;
    padding:0px;
    text-align:left;
    width:800px;
}

#header {
	width:800px; 
	height:130px; 
	margin-bottom:15px;
}

#menu{
	width:800px;
	height:25px;
}
#button{
	width:114px;
	height:25px;
	float: left;
}

#body{
	width:800px;
	height:500px;
	margin-top:10px;
	overflow:hidden;
}

#merchHolder{
	width:200px;
	height:200px;
	margin-left:5px;
	border:white groove 3px;
	float:left;
}
a:link {
	color: #A4A4A4;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #800000;
}

#counter{
	float:left;
}

#tourDateHolder{
	width:130px;
	height:250px;
	float:left;
	border: white groove 3px;
	overflow:auto;
	margin-left:5px;
}

#musicHolder{
	width:200px;
	height:17px;
	float:left;
	border-top: white groove 3px;
	margin-top:13px;

}

#newsHolder{
	width:785px;
	height:200px;
	float:left;
	margin-top:10px;
	border: white groove 3px;
	overflow:auto;
}

/* CSS FOR SLIDESHOW SCRIPT */
#imageSlideshowHolder {	
	margin-left:10px;	/* "Air" */
	border: white groove 3px;
	float:left; /* Floating gallery at the right side of other web page content */	
	width:425px;	/* Image width */	
	height:250px;	/* Image height */	
	position:relative; /* Put the image of the slideshow here */
}
/* Don't change these values */
#imageSlideshowHolder img {
	position:absolute;
	width: 425px;
	height: 250px;
}
/* END CSS SLIDESHOW SCRIPT */

.style1 {
	font-family: "Sydnie";
	font-size: 36px;
}
.style2 {
	font-family: "Arial Narrow";
	font-size: 16px;
}
.style3 {
	font-family: Sydnie;
	font-size: 18px;
}

.style4 {
	font-size: 24px;
}