html {  }
a img { border: none; }
/* Preloader */
#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 99; /* makes sure it stays on top */
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(../images/status.gif); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}

body {	margin: 0;
		background: #4c4c4c; /* Old browsers */
		background: #000000; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #000000 0%, #330101 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#330101)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #000000 0%,#330101 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #000000 0%,#330101 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #000000 0%,#330101 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #000000 0%,#330101 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#330101',GradientType=0 ); /* IE6-8 */
 }
a { color: #999; }
.siteWrap { position: relative; width: 960px; background: #222; margin: 0 auto 0 auto; border-left: 2px solid #222; border-right: 2px solid #222; }
.content { position: relative; width: 960px; height: 720px; background: url(../images/bg.jpg) no-repeat; }
.footer { position: relative; overflow: hidden;  text-align: center; font: 13px normal sans-serif; color: #999; padding: 30px 40px 30px 40px; }
.doorWrap { position: absolute; overflow: hidden; top: 150px; left: 266px; width: 433px; height: 466px; }
.dark { position: absolute; width: 433px; height: 466px; background: black; }
#space { position: absolute; top: -4096px; left: 65px; opacity: 0; }
#doorL { position: absolute; left: 0px; }
#doorR { position: absolute; right: 0px; }
.pumpkinTip { position: absolute; left: 0; bottom: 0px; }
.doorBG { position: absolute; }
.btnGetCoupon { position: absolute; top: 190px; left: 100px; }
#entryWrap { position: absolute; top: -1398px; }
#winnerWrap { position: absolute; top: -932px; }
#loserWrap { position: absolute; top: -466px; }
.shareWrap { position: absolute; top: 330px; left: 167px; width: 120px; }
.shareWrap img { cursor: pointer; float: left; }
.lights { position: absolute; left: 94px; top: 7px; display: none; }

.emailInput { position: absolute; top: 281px; left: 121px; width: 192px; height: 35px; background: none; border: 0px solid; text-align: center; color: #ab2524; font: bold 15px serif; outline: none; }
.checkBox01 { position: absolute; top: 426px; left: 127px; }
.checkBox02 { position: absolute; top: 443px; left: 61px; }
.checkText01, .checkText02 { position: absolute; font: 10px bold sans-serif; color: #fff; }
.checkText01 a, .checkText02 a { color: white; } 
.checkText01 { top: 429px; left: 150px; width: 150px; }
.checkText02 { top: 446px; left: 85px; width: 300px; }
.btnTakeTheRide { position: absolute; top: 365px; left: 138px; cursor: pointer; }
.bubble { position: absolute; top: 335px; left: 520px; display: none; z-index: 1000; }

#smoke { position: absolute; left: 220px; top: 540px; opacity: 0; }

.underline { text-decoration: underline; cursor: pointer; }

.wrapInject { max-height: 600px; overflow-y: scroll; overflow-x: hidden; margin: 15px; padding: 0 25px 15px 5px;  font-family: sans-serif; }
.wrapInject h1, .wrapInject h3 { text-align: center; }
.wrapInject a { color: blue; }