html, body {
	margin: 0px;
	padding: 0px;
}

body {
	/*border: solid 1px blue;*/
	
	background-color: #cc3333;
	background-image: url("images/background.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	
	text-align: center;
	
	
	font-family: Verdana;
	color: #cc3333;
}
body img {
	border: none;
}

.hidden-image {
	display: none;
}

#content {
	/*border: solid 1px green;*/
	
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	
	display: block;
	overflow: auto;
	
	height: 610px;
	width: 735px;
	
	text-align: left;
}

#logo {
	/*border: solid 1px olive;*/
	
	position: absolute;
	margin-top: 20px;
	margin-left: 80px;
}

#contact {
	/*border: solid 1px fuchsia;*/
	position: absolute;
	margin-top: 20px;
	margin-left: 400px;
	
	width: 300px;
	height: 105px;
}
#contact a {
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
	color: #00a2ff;
}
#contact a:hover {
	color: #cc3333;
}

#mediaplayer {
	/*border: solid 1px red;*/
	
	position: absolute;
	margin-left: 400px;
	margin-top: 130px;
}

#bio {
	/*border: solid 1px yellow;*/
	
	position: absolute;
	margin-left: 0px;
	margin-top: 250px;
	
	width: 380px;
	height: 350px;
	
	font-size: 12px;
}

#shows {
	/*border: solid 1px yellow;*/
	
	position: absolute;
	margin-left: 0px;
	margin-top: 380px;
	
	width: 380px;
	height: 130px;
	
	font-size: 11px;
}
#shows h2 {
	font-size: 13px;
}
#upcoming-shows {

	display: block;
	overflow: auto;
	
	width: inherit;
	height: inherit;
}

#twitter {
	/*border: solid 1px maroon;*/
	
	position: absolute;	
	margin-top: 250px;
	margin-left: 400px;

}

#links{
	/*border: solid 1px aqua;*/
	
	position: absolute;
	margin-top: 575px;
	margin-left: 100px;
	height: 20px;
	
}
#links a {
	display: block;
	height: 20px;
	
	float: left;
	
	padding-left: 5px;
	padding-right: 5px;
	
	background-repeat: no-repeat;
	background-position: center;
}

/* myspace */
#links a.myspace {
	/*border: solid 1px aqua;*/
	background-image: url("images/logo-myspace_BW.png");
	width: 125px;
}
#links a.myspace:hover {
	background-image: url("images/logo-myspace.png");
}
/* facebook */
#links a.facebook {
	/*border: solid 1px aqua;*/
	background-image: url("images/logo-facebook_BW.png");
	width: 85px;
}
#links a.facebook:hover {
	background-image: url("images/logo-facebook.png");
}
/* vibe */
#links a.vibe {
	/*border: solid 1px aqua;*/
	background-image: url("images/logo-vibe_BW.png");
	width: 75px;
}
#links a.vibe:hover {
	background-image: url("images/logo-vibe.png");
}
/* youtube */
#links a.youtube {
	/*border: solid 1px aqua;*/
	background-image: url("images/logo-youtube_BW.png");
	width: 65px;
}
#links a.youtube:hover {
	background-image: url("images/logo-youtube.png");
}
/* moodio */
#links a.moodio {
	/*border: solid 1px aqua;*/
	background-image: url("images/logo-moodio_BW.png");
	width: 45px;
}
#links a.moodio:hover {
	background-image: url("images/logo-moodio.png");
}
/* twitter */
#links a.twitter {
	/*border: solid 1px aqua;*/
	background-image: url("images/logo-twitter_BW.png");
	width: 75px;
}
#links a.twitter:hover {
	background-image: url("images/logo-twitter.png");
}

#footer {
	position: absolute;
	margin-top: 620px;
	margin-left: 280px;
	
	font-size: 9px;
	font-weight: 100;
	text-decoration: none;
	color: white;
}
#footer a {
	text-decoration: none;
	color: white;
}
#footer a:hover {
	color: #00a2ff;
}