html { 
	height: 100%;
  margin: 0;
	padding: 0; 
}
body {
	height: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: #FEF9F5 url('../images/page-background.jpg') repeat-x top left;
  margin: 0;
	padding: 0;
}
div#musicPlayer {
	width: 400px;
	height: 585px;
	background: transparent url('../images/music-player-background.jpg') no-repeat top left;
	margin: 0;
}
div#page-home div.page-wrapper {
	background: transparent url('../images/index-background.jpg') no-repeat top left;
}
div#page-album div.page-wrapper {
	background: transparent url('../images/page-album-background.jpg') no-repeat top left;
}
div#page-gallery div.page-wrapper {
	background: transparent url('../images/page-gallery-background.jpg') no-repeat top left;
}
div#page-news div.page-wrapper,
div#page-article div.page-wrapper {
	background: transparent url('../images/page-news-background.jpg') no-repeat top left;
}
div#page-my_story div.page-wrapper {
	background: transparent url('../images/page-story-background.jpg') no-repeat top left;
}
div#page-competition div.page-wrapper,
div#page-entry div.page-wrapper,
div#page-thanks div.page-wrapper {
	background: transparent url('../images/page-competition-background.jpg') no-repeat top left;
}
div.page,
div#page-home {
	min-height: 100%;
	background: transparent url('../images/page-filler.png') repeat-y  left top;
}
div.page-wrapper {
	position: relative;
	min-height: 100%;	
	padding-bottom: 225px;
}
div#navigation {
	margin: 0 0 30px;
}
div#navigation div.navigation-wrapper {
	background: transparent url('../images/navigation-background.png') repeat scroll left top;
}
div#page-home div.page-wrapper div#content,
div.page div.page-wrapper div#content {
	margin: 150px 0 0 40px;
	clear: both;
}
div#page-home div.page-wrapper div#content {
	margin: 410px 0 0 40px;
}
div#content {
	width: 805px;
	overflow: hidden;
	background: #FFF;
	margin: 0 0 0 40px;
	padding: 25px 0 15px;	
}
div#content div.content-wrapper {
	
}
div.hero {
	
}
div.hero div.hero-wrapper {
	
}
div.node {
	float: left;
	width: 510px;
	margin: 0 15px;
}
div.node div.node-wrapper {
	
}
#node-thanks div.node-wrapper{
	padding-right:20px;
	padding-left:10px;
}

#node-thanks div.node-wrapper h2{
	margin-bottom:25px;
}
div#node-news {
	min-height: 400px;
}
div.block {
	float: left;
	width: 250px;
	margin: 0 0 22px;
}
div#block-the-prizes, div#block-how-to-enter {
	width: 210px;
	margin: 0 0 22px 28px;
}
div#block-latest-news {
	float: left;
	width: 510px;
	border-bottom: 1px solid #BCBABA;
	padding: 0 0 15px;
}
div#block-register-updates {
	width: 240px;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
}
div#block-quote,
div#block-network {
	width: 235px;
	padding: 0 0 0 13px;
}
div#block-quote{
	margin: 0;
}
div#block-album,
div#block-competition {
	width: 224px;
	border: 3px solid #E2E2E2;
	padding: 12px 6px;	
}
div#block-album-cd,
div#block-album-itunes {
	width: 105px;
	border: 3px solid #E2E2E2;
	margin: 0 0 0 10px;
	padding: 12px 5px;	
}
div#block-gallery {
	position: relative;
	width: 244px;
	border:3px solid #E2E2E2;	
}

div#node-gallery div.galleryHolder, div#node-competition div.galleryHolder {
	position: relative;
	z-index:1;
	margin-top:-1px;
	
}
div#node-gallery h1{ margin-left:10px; margin-bottom:20px;}
div#block-album,
div#block-album-cd,
div#block-album-itunes {
	background: #EEE url('../images/block-lines.png') no-repeat bottom left;
}
div#block-competition {
	background: #FFF url('../images/block-lines.png') no-repeat bottom left;
	padding: 5px 10px 0;
}
div.lightboxBackground {
	position:absolute;
	top:0;
	left:0;
	opacity:0.7;
	background: #000000 none repeat scroll 0 0;
	z-index:200;
}
div.lightbox {
	position: absolute;
	left: 50%;
	height: 449px;
	width: 696px;
	z-index: 201;
	background:transparent url('../images/background-lightbox.gif') repeat scroll left top;
	margin: 0 0 0 -348px;
}
div#video-lightbox {
	background:transparent url('../images/background-video-lightbox.png') no-repeat scroll left top;
}
div#footer {
	position: relative;
	width: 100%;
	margin-top: -225px;
	background: transparent url('../images/footer.png') repeat-x bottom left;
}
div#footer div.footer-wrapper {
	overflow: hidden;
	width:805px;
	height: 225px;
	background: transparent url('../images/footer-wrapper.png') no-repeat bottom left;
	margin: 0 0 0 40px;	
}
div#block-footer {
	width: 775px;
	background: #FFF;
	margin: 100px 0 40px 0;
	padding: 15px 15px 10px;
}
div#block-album{
	width:229px;
}


/*Country Selection Page */
div.country-home-wrapper {
	background: url('../images/index-background.jpg') no-repeat left top !important;
	position: relative;
	min-height: 100%;	
	padding-bottom: 40%;
}
div.select-country {
	background: none !important;
}
div.select-country-footer div#block-footer {
	width: 775px;
	background: #FFF;
	margin: 0 0 40px 0;
	padding: 0 15px;
}
div.page-country-select {
	background: none !important;
}
/*End of Country Selection */