@charset "UTF-8";
/* CSS Document */

html, body {
	background: #C12E30;
	font-family: 'IM Fell English', Georgia, serif;
	font-size:large;
	margin:0;
	color:#FFF;
	}

a, a:visited {
	text-decoration: underline;
	color: #FFF;
}

a:hover {
	color: black;
}
	
	
h2 {
	font-size: 20px;
	text-align: center;
	text-decoration: underline;
}

h3 {
	color: #FFF;
	font-weight: normal;
}

#maincontainer {
	margin:0 auto;
	width:987px;
	position:relative;
}

#header {
	background: url(../images/logo.png) center top no-repeat;
	width:648px;
	height:150px;
	position:relative;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

#alpha {

	width: 480px;
	height: 300px;
	float:left;
	position: relative;
	border: none;
	
}

#albumtitle {
	width: 450px;
	height: 60px;
	margin: auto;
	position: relative;
	top: 20px;
	left: 20px;
	background: url(../images/album_title.png) center top no-repeat;
	
}

#callout {
	width: 450px;
	height: auto;
	position: relative;
	top: 30px;
	left: 40px;
	text-align: center;
	line-height: 45px;
	font-size: 24px;
	color: #FFF;
}

#links {
	width: 185px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 60px;
	left: 25px;
}

#beta {
	
	width: 493px;
	height: 300px;
	float: right;
	position: relative;
	border: none;
	padding: 15px 0 0 0;
	
}

#callout2 {

	width: 450px;
	height: auto;
	position: relative;
	top: 25px;
	left: 30px;
	text-align: center;
	line-height: 35px;
	font-size: 24px;
}

.topspin-widget-email-for-media {
	
	position: relative;
	top: -20px;
	left: 170px;
	overflow: hidden;
}

.topspin-widget-single-track-player-widget {
	
	position: relative;
	top: 125px;
	left: 170px;
	overflow: hidden;
	
}

#clear {
	
	width: 985px;
	height: 700px;
	top: 10px;	
	position: relative;
	clear: both;
	border: none;
	
}

#tourdates {
	font-size: 16px;
	text-align: center;
	position: relative;
	top: -30px;
	left: 7px;	
}

#l_bear {
	width: 300px;
	height: 352px;
	position: absolute;
	right: 700px;
	top: 20px;
	background: url(../images/l_bear.png)no-repeat;
}

#r_bear {
	width: 250px;
	height: 352px;
	position: absolute;
	left: 770px;
	top: 0px;
	background: url(../images/r_bear.png)no-repeat;
}

#footer {

	width: 985px;
	height: 100px;	
	margin-top: 40px;
	margin-bottom: 20px;
	position: relative;
	border: none;
	
}


