body {
	background: #040404 url(/img/bg.jpg) bottom right repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

div#contentWrapper {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	width: 1258px;
	height: 931px;
}

div#jukeBoxWrapper {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
  width: 1258px;
  height: 931px;
	background: url(/img/jukebox.png) top left no-repeat;
	z-index: 1;
}

div#netunimWrapper {
  position: absolute;
  display: block;
  top: 367px;
  left: 90px;
  width: 765px;
  height: 258px;
	z-index: 2;
  background: #000;
	overflow: hidden;
}

div#jukeBoxLeftWrapper {
  position: absolute;
  display: block;
  top: 367px;
  left: 44px;
  width: 74px;
  height: 258px;
  background: url(/img/jukebox_left.png) top left no-repeat;
  z-index: 3;
}

div#jukeBoxRightWrapper {
  position: absolute;
  display: block;
  top: 367px;
  left: 820px;
  width: 85px;
  height: 258px;
  background: url(/img/jukebox_right.png) top left no-repeat;
  z-index: 3;
}

div#menuWrapper {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 623px;
  left: 113px;
  width: 735px;
  height: 46px;
	text-align: center;
}


div#rightMenuBoWWrapper,
div#rightMenuWrapper {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0 0 0 5px;
  top: 0px;
  left: 510px;
  width: 265px;
  height: 258px;
	background: #000;
}

div#midMenuWrapper {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0 5px;
  top: 0px;
  left: 390px;
  width: 116px;
  height: 254px;
	background: #000;
  text-align: center;
}

div#menuWrapper ul,
div#midMenuWrapper ul,
div#rightMenuWrapper ul,
div#rightMenuBoWWrapper ul {
  margin: 0;
  padding: 0;
	list-style: none;
}

div#menuWrapper ul li {
	list-style: none;
	display: block;
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	width: 145px;
	height: 46px;
	background: url(/img/menubg.jpg) top left no-repeat;
}

div#midMenuWrapper ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 116px;
  height: 52px;
  background: url(/img/midmenubg.jpg) top left no-repeat;
}

div#rightMenuWrapper ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 0 0 1px 0;
  padding: 0 0 0 15px;
  width: 250px;
  height: 31px;
  background: url(/img/rightmenubg.jpg) top left no-repeat;
	text-align: left;
}

div#rightMenuBoWWrapper ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 0 0 1px 0;
  padding: 0 0 0 15px;
  width: 250px;
  height: 28px;
  background: url(/img/rightmenubg.jpg) top left no-repeat;
  text-align: left;
}

div#rightMenuBoWWrapper ul li.hi,
div#rightMenuBoWWrapper ul li:hover {
  background: url(/img/rightmenubg_over.jpg) top left no-repeat;
}

div#menuWrapper ul li.hi,
div#menuWrapper ul li:hover {
	background: url(/img/menubg_over.jpg) top left no-repeat;
}

div#midMenuWrapper ul li.hi,
div#midMenuWrapper ul li:hover {
  background: url(/img/midmenubg_over.jpg) top left no-repeat;
}

div#rightMenuWrapper ul li.hi,
div#rightMenuWrapper ul li:hover {
  background: url(/img/rightmenubg_over.jpg) top left no-repeat;
}

div#menuWrapper ul li a {
  display: block;
  margin: 0;
  padding: 0;
  width: 145px;
  height: 46px;
}

div#midMenuWrapper ul li a {
  display: block;
  margin: 0;
  padding: 0;
  width: 116px;
  height: 52px;
	color: #FFAD10;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  line-height: 52px;
	font-family: "Arial Black";
}

div#midMenuWrapper ul li.hi a,
div#midMenuWrapper ul li a:hover {
	color: #fff;
}

div#rightMenuWrapper ul li a {
  display: block;
  margin: 0;
  padding: 0;
  width: 250px;
  height: 31px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	line-height: 31px;
}

div#rightMenuBoWWrapper ul li a {
  display: block;
  margin: 0;
  padding: 0;
  width: 250px;
  height: 28px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  line-height: 28px;
}

div#rightMenuWrapper ul li a span.title {
	display: none;
}

div#rightMenuBoWWrapper ul li.hi a,
div#rightMenuBoWWrapper ul li a:hover,
div#rightMenuWrapper ul li.hi a,
div#rightMenuWrapper ul li a:hover {
  color: #F7CE69;
}

div#rightMenuWrapper ul li.hi a span.band,
div#rightMenuWrapper ul li a:hover span.band {
  display: none;
}

div#rightMenuWrapper ul li.hi a span.title,
div#rightMenuWrapper ul li a:hover span.title {
  display: block;
}

div#menuWrapper ul li a#Band-Of-The-Week {
  background: url(/img/menu_band.png) center no-repeat;
}

div#menuWrapper ul li a#Band-Of-The-Week-Hi,
div#menuWrapper ul li a#Band-Of-The-Week:hover {
  background: url(/img/menu_band_over.png) center no-repeat;
}

div#menuWrapper ul li a#Song-Of-The-Day {
  background: url(/img/menu_song.png) center no-repeat;
}

div#menuWrapper ul li a#Song-Of-The-Day-Hi,
div#menuWrapper ul li a#Song-Of-The-Day:hover {
  background: url(/img/menu_song_over.png) center no-repeat;
}

div#menuWrapper ul li a#Clip-Of-The-Day {
  background: url(/img/menu_clip.png) center no-repeat;
}

div#menuWrapper ul li a#Clip-Of-The-Day-Hi,
div#menuWrapper ul li a#Clip-Of-The-Day:hover {
  background: url(/img/menu_clip_over.png) center no-repeat;
}

div#menuWrapper ul li a#Gig-Of-The-Day {
  background: url(/img/menu_gig.png) center no-repeat;
}

div#menuWrapper ul li a#Gig-Of-The-Day-Hi,
div#menuWrapper ul li a#Gig-Of-The-Day:hover {
  background: url(/img/menu_gig_over.png) center no-repeat;
}

div#menuWrapper ul li a#Play-And-Win {
  background: url(/img/menu_play.png) center no-repeat;
}

div#menuWrapper ul li a#Play-And-Win-Hi,
div#menuWrapper ul li a#Play-And-Win:hover {
  background: url(/img/menu_play_over.png) center no-repeat;
}

div#bandOfTheWeekContent {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 395px;
  height: 258px;
}

a#bandLink {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 390px;
  height: 129px;
	z-index: 2;
}

div#globalContent {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 525px;
  height: 258px;
}

div#bandOfTheWeekSubContent {
	position: absolute;
  display: block;
	padding: 15px 25px;
  top: 130px;
  left: 0px;
  width: 340px;
  height: 95px;
	background: url(/img/opacity.png);
	color: #AD6E07;
	font-size: 11px;
	overflow: auto;
}

div.tourRow {
	clear: both;
	margin: 0;
}

div.tourDate {
  float: left;
	width: 30px;
	margin: 0 5px 0 0;
}

div.tourCity {
  float: left;
}

div#contentHeadline {
  position: absolute;
  display: block;
  top: 328px;
  left: 140px;
	height: 38px;
  color: #fff;
  font-size: 24px;
	line-height: 38px;
	font-family: Courier;
	z-index: 3;
	text-transform: uppercase;
}

div#altContentHeadline {
  position: absolute;
  display: block;
  top: 328px;
  left: 605px;
  height: 38px;
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  font-family: Courier;
	z-index: 3;
	text-transform: uppercase;
}

a#tracksToWinLink {
  position: absolute;
  display: block;
  top: 371px;
  left: 100px;
	width: 139px;
	height: 109px;
	background: url(/img/trackstowin.png) top left no-repeat;
  z-index: 4;
}

a#iTunesLink {
  position: absolute;
  display: block;
  top: 523px;
  left: 215px;
  width: 75px;
  height: 49px;
  background: url(/img/itunesdownload.png) top left no-repeat;
  z-index: 4;
}

div#playAndWinHeadline {
	position: absolute;
  display: block;
  top: 328px;
  left: 120px;
  width: 700px;
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  font-family: Courier;
  z-index: 3;
  text-transform: uppercase;
	text-align: center;
}

div#playAndWinContent {
  position: absolute;
  display: block;
  top: 0px;
  left: 165px;
  width: 435px;
  height: 248px;
  color: #AD6E07;
  font-size: 10px;
	padding: 0px 5px;
  overflow: hidden;
}

div#playAndWinContent h1 {
	font-size: 12px;
	margin: 0 0 5px 0;
}

div#playAndWinContent img {
	float: left;
	margin: 0 10px 10px 0;
}

a#playnow {
	display: block;
	float: right;
  width: 135px;
  height: 81px;
	margin: 10px 0 0 10px;
	background: url(/img/playnow.png) top left no-repeat;
}

div#playAndWinContent ul {
  list-style: none;
	margin: 0;
	padding: 0;
}

fieldset {
	display: inline;
	border: 0 none;
}

div#playAndWinContent li {
	list-style: none;
	float: left;
	display: block;
	width:  190px;
	height: 90px;
	margin: 5px 0 0 5px;
	padding: 2px 5px;
	border: 1px solid #AD6E07;
	font-size: 11px;
}

div#playAndWinContent li p {
	display: block;
	height: 30px;
}

div#goBox {
  position: absolute;
  display: block;
  top: 135px;
  left: 610px;
  width: 154px;
  height: 89px;
	background: url(/img/go.png) top left no-repeat;
}

div#goBox input {
	background: transparent;
	border: none;
	color: #AD6E07;
	font-size: 10px;
	width: 90px;
	line-height: 14px;
}

div#goBox input#name {
	position: absolute;
	top: 2px;
	left: 10px;
}

div#goBox input#email {
  position: absolute;
  top: 24px;
  left: 10px;
}

a#goSubmit {
	position: absolute;
	display: block;
  top: 42px;
  left: 4px;
	width: 130px;
  height: 50px;
}

div#bandOfTheWeekAudioPlayer {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  width: 395px;
  height: 72px;
	background: url(/img/audioplayer_257/background.jpg) top left repeat-x;
}

div#songOfTheDayAudioPlayer {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  width: 525px;
  height: 72px;
	background: url(/img/audioplayer_335/background.jpg) top left repeat-x;
}

div#gigOfTheDayWrapper {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  width: 525px;
  height: 51px;
	background: url(/img/gigoftheday.jpg) top left no-repeat;
}

div#gigOfTheDayWrapper .date {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px 0 20px;
	line-height: 51px;
}

div#gigOfTheDayWrapper .city {
  display: block;
	float: left;
  font-size: 14px;
  line-height: 51px;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}

div#gigOfTheDayWrapper .venue {
  display: block;
	float: left;
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 51px;
	text-transform: uppercase;
}

div#gigOfTheDayWrapper .link {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 51px;
	text-transform: uppercase;
}

div#gigOfTheDayWrapper .link a {
	color: #9D0200;
	font-weight: bold;
}

a#tixToWinLink {
	display: block;
	position: absolute;
	top: 366px;
	left: 100px;
	width: 155px;
	height: 219px;
	background: url(/img/tixtowin.png) top left no-repeat; 
	z-index: 3;
}

div#musicPlayer {
  display: block;
  position: absolute;
  top: 160px;
  left: 10px;
  width: 91px;
  height: 46px;
  background: url(/img/musicplayer.png) top left no-repeat; 
  z-index: 3;
}

a#playAndWin {
  position: absolute;
  display: block;
  top: 10px;
  left: 0px;
  width: 765px;
  height: 258px;
	background: url(/img/playandwin_step1.jpg) -30px -10px no-repeat; 
}

div#bandOfTheWeekVideoPlayer {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 380px;
  height: 182px;
	padding: 0 0 0 10px;
}

div.videosOverview {
  position: absolute;
  display: block;
  top: 190px;
  left: 0px;
  width: 385px;
  height: 72px;
}

div.videosOverview ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}

div.videosOverview li {
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
	float: left;
}

div.videosOverview li img {
	width: 77px;
	height: 52px;
	border: 1px solid #9D0200;
}

div.videosOverview li.hi img,
div.videosOverview li img:hover {
  border: 1px solid #FFAD10;
}

div#bottomMenuWrapper {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}

div#bottomMenuWrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#bottomMenuWrapper li {
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
	float: left;
	font-size: 11px;
}

div#bottomMenuWrapper li a {
	text-decoration: none;
	color: #fff;
}

div#bottomMenuWrapper li a:hover {
	text-decoration: underline;
}

div#halloPizza {
  position: absolute;
  display: block;
  top: 675px;
  left: 160px;
  width: 172px;
  height: 126px;
  background: url(/img/hallopizza.png) top left no-repeat; 
	z-index: 4;
}

div#pizzaOfTheDayImage {
  position: absolute;
  display: block;
  top: 700px;
  left: 285px;
  z-index: 3;
}

div#pizzaOfTheDayHeadline {
  position: absolute;
  display: block;
  top: 690px;
  left: 580px;
	color: #9D0200;
	font-weight: bold;
  z-index: 3;
}


div#pizzaOfTheDayText {
  position: absolute;
  display: block;
  top: 730px;
  left: 580px;
	width: 240px;
	height: 50px;
	overflow: hidden;
	font-size: 12px;
  z-index: 3;
}

a#pizzaOfTheDayLink {
  position: absolute;
  display: block;
  top: 770px;
  left: 470px;
	width: 319px;
	height: 28px;
  z-index: 2;
	background: url(/img/orderpizza.png) top left no-repeat;
}

div#jukeBoxBottomWrapper {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 240px;
  width: 506px;
  height: 116px;
  background: url(/img/jukebox_bottom.png) top left no-repeat;
	z-index: 5;
}

a#playAndWinLink {
  position: absolute;
  display: block;
  bottom:30px;
  left: 770px;
  width: 100px;
  height: 100px;
	z-index: 5;
}

a#topTeaserLink {
  position: absolute;
  display: block;
  top: 200px;
  right: 40px;
  width: 347px;
  height: 284px;
	background: url(/img/topteaser.png) top left no-repeat;
  z-index: 5;
}

a#cTubeLink {
  display: block;
  position: absolute;
  top: 366px;
  left: 120px;
  width: 166px;
  height: 69px;
  background: url(/img/c-tube.png) top left no-repeat; 
  z-index: 3;
}

a#winSongsLink {
  position: absolute;
  display: block;
  bottom: 30px;
  left: 110px;
  width: 100px;
  height: 100px;
  z-index: 5;
}

