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

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/app/media/bgs/bgBody.jpg) top center repeat-y fixed #000;
}

a {
	outline: none;
	text-decoration: none;
}

img {
	border: none;
	outline: none;
}

#billboard {
	background: url(/app/media/bgs/bgBillboard.jpg) top center no-repeat scroll #000;
	height: 882px;
	margin: 0 auto;
	position: relative;
	width: 1458px;
}

#billboard-new {
	background: url(/app/media/bgs/bgBillboard-new.jpg) top center no-repeat scroll #000;
	height: 774px;
	margin: 0 auto;
	position: relative;
	width: 1280px;
}

#hatBrim {
	height: 156px;
	position: absolute;
		top: 182px;
		left: -72px;
	width: 73px;	
}

#menu {
	height: 24px;
	position: absolute;
		top: 500px;
		left: 706px;
	width: 530px;	
}

	#menuShowDates {
		margin-right: 40px;
	}
	
	#menuFacebook {
		margin-right: 48px;
	}
	
#menu-new {
	height: 42px;
	position: absolute;
		top: 0px;
		right: 0px;
	width: 730px;	
}

	#menu-new a {
		display: inline-block;
		float: left;
		height: 42px;
	}

	#menuShows {
		width: 150px;
	}
	
	#menuMusic {
		width: 154px;
	}
	
	#menuBooking {
		width: 172px;
	}
	
	#menuRobaloution {
		width: 215px;
	}

#joinEmail {
	height: 23px;
	position: absolute;
		top: 550px;
		left: 834px;
	width: 197px;	
}	
