* {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	outline:none;	
}
.swf1 {
	height: 500px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	padding-top: 30px;
}


html, body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background-color:#07358A;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.snow-panel {
	z-index:1 !important;
	position:fixed !important;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

#jingle-audio {
	display:none !important;
}

#jingle-audio-control {
	display:block;
	position:fixed;
	top:20px;
	left:20px;
	width:40px;
	height:40px;
	text-indent:-9999px;
	z-index:2;
}

.play {
	background:url(../images/sound_speaker_volume.png) no-repeat 0px 0px  !important;	
}

.pause {
	background:url(../images/sound_speaker_volume.png) no-repeat 0px -40px  !important;	
}

.bgs>div {
	width:100%;
	height:100% !important;
	position:fixed;
	top:0;
	left:0;
	z-index:0;
}

.bg-0 {
	background:url(../images/bg_red.jpg) no-repeat top center;	
}

.bg-90 {
	background:url(../images/bg_blue.jpg) no-repeat top center;	
}

.general {
	width:980px;
	height:750px;
	overflow:hidden;
	position:relative;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 1;
}

.wheel {
	width:1500px;
	height:1500px;
	margin:0 0 0 -240px;
	background:url(../images/christmas_world.png) no-repeat;
	z-index:0 !important;
}

#enter-zone {
	width:250px;
	height:50px;
	position:absolute;
	bottom:90px;
	left:390px;
	z-index:3;
	text-align:center;
	margin:0 auto;
}

.top-text{
	width:980px;
	margin-top:20px;
	color:#fff;
	font-family: 'Patua One', cursive;
	text-align:center;
}

.top-text p{
	margin:0 0 15px 0;
	font-size:20px;
}

.top-text h1{
	margin:0 0 5px 0;
	font-size:26px;
	font-weight:lighter !important;
}	
#example1   {
	font-size: 25px;
	height: 110px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}


.wings-wrapper{
	z-index:3;	
	width:100%;
	height:260px;
	position:absolute;
	top:650px;
	background:url(../images/wings.png) no-repeat top center;	
}

.wings-wrapper-sub{
	width:980px;
	margin:0 auto;
	position:relative;	
}

.fb-like{
	width:200px;
	height:30px;
	position:absolute !important;
	top:155px !important;
	right:165px !important;
}

#tweets{
	width:260px;
	height:110px;
	position:absolute;
	top:74px;
	left:235px;
	color:#676767;
	font-size:12px;
	line-height:20px;
}	

#tweets a{
	color:#41abc6;	
}

/***********************/

/*build your own css button easily : http://css3button.net/*/
a.css3button {
	font-family: 'Patua One', cursive;
	font-size: 16px;
	color: #ffffff;
	cursor:pointer;
	display:inline-block !important;
	text-decoration:none;
	padding: 15px 25px;
	background:#ff3c00;		
	background: -moz-linear-gradient(
		top,
		#fff3db 0%,
		#ffc821 25%,
		#ff3c00);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fff3db),
		color-stop(0.25, #ffc821),
		to(#ff3c00));	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b85f00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}

a.css3button:hover {
	margin-top:1px;
}
