body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #002c6d;
}

#wrapper {
	width: 750px;
	height: 500px;
	overflow: hidden;
	background: url(images/bg.jpg) no-repeat;
	position: relative;
}

.page {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

img, a {
	display: block;
	position: absolute;
}

#music {
	width: 49px;
	height: 52px;
	position: absolute;
	top: 437px;
	left: 14px;
	display: none;
}

#music.on #music-off,
#music.off #music-on {
	display: none;
}


/* Logo */
#logo {
	z-index: 99;
	top: 19px;
	left: 17px;
}

/* Dots */
ul#dots {
	margin: 0;
	padding: 0;
	top: 420px;
	left: 128px;
	position: absolute;
	list-style-type: none;
	z-index: 98;
}

ul#dots li {
	background: url(images/dots.png) no-repeat 0 -22px;
	width: 22px;
	height: 22px;
	display: inline-block;
}

ul#dots li.active {
	background-position: 0 0;
}

/* Intro */
#intro {
	background: url(images/intro/title.png) no-repeat;
}

#intro .play {
	width: 149px;
	height: 91px;
	position: absolute;
	background: url(images/intro/play-button.png) no-repeat;
	display: block;
	top: 230px;
	left: 575px;
}

#intro .play:hover {
	background-position: 0 -91px;
}

/* Instructions */
#instructions {
	display: none;
}

#instructions .title {
	display: block;
	position: absolute;
	top: 20px;
	left: 140px;
}

#instructions .copy {
	display: block;
	position: absolute;
	top: 125px;
	left: 200px;
}

#instructions .box {
	top: 94px;
	left: 105px;
}

#instructions .girl-left {
	top: 199px;
	left: 5px;
}

#instructions .guy-left {
	top: 150px;
	left: 92px;
}

#instructions .girl-right {
	top: 198px;
	left: 517px;
}

#instructions .guy-right {
	top: 152px;
	left: 579px;
}

#instructions .play {
	width: 144px;
	height: 77px;
	top: 400px;
	left: 305px;
	background:url(images/instructions/play.png) no-repeat;
}

#instructions .play:hover {
	background-position: 0 -77px;
}

/**
 * Question
 */
#questions {
	display: none;
}

#questions .surfboard {
	top: 14px;
	left: 124px;
}

#questions .box {
	top: 125px;
	left: 104px;
}

.question .title {
	text-align: center;
	position: absolute;
	width: 420px;
	height: 80px;
	position: absolute;
	top: 26px;
	left: 165px;
	margin: 0;
}

.question h2 {
	width: 460px;
	height: 80px;
	display:table-cell;
	vertical-align: middle;
}

.question h2 img {
	position: static;
	margin: 0 auto;
}

.question .next {
	width: 115px;
	height: 63px;
	position: absolute;
	top: 425px;
	left: 522px;
	background: url(images/questions/next.png) no-repeat;
}

.question .next:hover {
	background-position: 0 -63px;
}

.question .results {
	width: 285px;
	height: 63px;
	position: absolute;
	top: 425px;
	left: 352px;
	background: url(images/questions/view-results.png) no-repeat;
}

.question .results:hover {
	background-position: 0 -63px;
}

.answers {
	width: 475px;
	height: 235px;
	top: 155px;
	left: 145px;
	position: absolute;
}

.answers input {
	display: none;
}

.answers span.radio-button {
	display: block;
	width: 43px;
	height: 49px;
	background:url(images/questions/radio-button.png) no-repeat 0 -49px;
	float: left;
}

.answers label {
	clear: both;
	width: 100%;
	height: 50px;
	cursor: pointer;
  cursor: hand;
}

.answers label.active span.radio-button {
	background-position: 0 0;
}

.answers span.copy {
 float: left;
 position: relative;
 top: 15px;
 margin-left: 15px;
}

.answers label {
	display: block;
	margin: 5px 0;
}