* {
	margin: 0;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

p {
	padding-bottom: 13px;
}

body {
	min-width: 955px;
	background-color: #000;
	text-align: center;
}

body#Home {
	background: #000 url("images/opener.jpg") no-repeat top center;
}

body#Complete {
	background: #000 url("images/complete.jpg") no-repeat top center;
}

#Wrapper {
	position: relative;
	width: 951px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
}

#Audio {
	position: absolute;
	width: 45px;
	height: 45px;
	top: 555px;
	left: 1px;
	z-index: 50;
}

#Started {
	position: absolute;
	top: 470px;
	left: 730px;
	width: 180px;
	height: 100px;
}

#Started a {
	text-decoration: none;
	text-indent: -3000px;
	display: block;
	width: 180px;
	height: 100px;
}

#Logo1 {
	position: absolute;
	top: 260px;
	width: 260px;
	height: 260px;
}

#Logo2 {
	position: absolute;
	top: 217px;
	width: 260px;
	height: 260px;
}

#Logo1 {
	left: 167px;
}

#Logo2 {
	left: 480px;
}

.black_overlay{
	display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 600px;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.4;
    opacity:.40;
    filter: alpha(opacity=40);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 550px;
    z-index:1003;
}

#Form {
	position: relative;
	width: 400px;
	height: 550px;
	text-align: left;
	background: #FFF url("images/paper.jpg") no-repeat top center;
}

#Complete #Form {
	height: auto;
	background: #FFF url("images/paper2.jpg") no-repeat top center;
}

.box {
	width: 360px;
	margin: 0 auto;
	padding-top: 70px;
}

#Clicker {
	position: absolute;
	top: 340px;
	left: 120px;
	width: 200px;
	height: 200px;
}

#Clicker a {
	text-decoration: none;
	text-indent: -3000px;
	display: block;
	width: 200px;
	height: 200px;
}

#Resort {
	position: absolute;
	top: 100px;
	left: 77px;
	width: 470px;
	height: 260px;
}

#More {
	position: absolute;
	top: 380px;
	left: 400px;
	width: 470px;
	height: 150px;
}

#More a:link, #More a:visited {
	font-weight: bold;
	color: #F6A212;
	text-decoration: none;
}

#More a:hover, #More a:active {
	text-decoration: underline;
}

body#Voucher {
	background-color: #FFF;
}

body#Voucher #Wrapper {
	position: relative;
	width: 700px;
	height: auto;
	margin: 10px auto;
	text-align: left;
	border: 1px solid #666;
	background-color: #ffcb71;
}

body#Voucher #Inner {
	position: relative;
	width: 645px;
	height: auto;
	margin: 5px auto;
	padding: 20px;
	text-align: center;
	border: 2px solid #FDA100;
	background-color: #FFF;
}

body#Voucher p, body#Voucher span {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	color: #FDA100;
	text-transform: uppercase;
}
