body {
	background-image	: url('/img/background.jpg');
	background-position	: center top;
	background-repeat	: repeat-y;
	
	background-color	: #000000;
	color				: #FFFFFF;
	font-family			: sans-serif, arial;
	font-size			: 0.7em;
	
}

#page {
	position:relative;
	margin:0 auto;
	width:1200px;
	min-height:100%;
	text-align:left;
	background : transparent;
}
* html #page { height:100%; }

#mainleft {
	background: transparent;
	
	width: 245px;
	padding-left: 20px;
	padding-right: 25px;
	
	float: left;
}

#maincenter {
	background: transparent;
	
	width: 360px;
	padding-left: 30px;
	padding-right: 20px;
	
	float: left;
}

#mainright {
	background: transparent;
	
	width: 450px;
	padding-left: 25px;
	padding-right: 0px;
	
	float: left;
	
}

#mainright_small {
	background: transparent;
	
	width: 380px;
	padding-left: 70px;
	padding-right: 0px;
	
	float: left;
	
}

#logo {

	width: 265px;
	height: 38px;
	
	margin-top: 5px;
	margin-bottom: 30px;
}

#boxgigs {
	margin-top: 10px;
}

#boxoutnow {
	margin-top: 70px;
}

#boxabout {
	margin-top: 30px;
}

#boxplay {
	margin-top: 70px;
}

#boxfollow {
	margin-top: 20px;
}

#boxblog {
	margin-top: 15px;
	
	color: #FFF;
}

#boxvideo {
	margin-top: 10px;
}

#boxcontact {
	margin-top: 20px;
}

#boxfacebook {	
	margin-top: 15px;

}


#boxmainnav {
	
	font-size: 1.4em;
	
	margin-bottom: 10px;
}


.boxtitle {
	font-family: arial, sans-serif;
	font-size: 1.4em;
	font-style: bold;
	
	margin-bottom: 10px;
}

hr {
	color: #fff;
	background-color: #fff;
	height: 1px;
	border: 0px;
	
	margin-top: 15px;
	margin-bottom: 15px;
	
}

img {
	border: 0px;	
}

a:link {
	color: #FFB98A;
	text-decoration: none;	
}

a:visited {
	color: #FFB98A;
	text-decoration: none;	
}
a:active {
	color: #FFB98A;
	text-decoration: none;	
}
a:hover {
	color: #FFB98A;
	text-decoration: none;	
}

a.mainlink:link {
	color: #fff;
	text-decoration: none;	
}

a.mainlink:visited {
	color: #fff;
	text-decoration: none;	
}
a.mainlink:active {
	color: #fff;
	text-decoration: none;	
}
a.mainlink:hover {
	color: #fff;
	text-decoration: none;	
}