* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	background: #000 url("/images/bg.jpg") no-repeat center center;
	background-size: cover;
	font-family: Tahoma, Helvetica, Verdana, "BitStream vera Sans", Sans-serif;
	font-size: 10pt;
	text-align: center;
}

@font-face {
	font-family: Tommaso;
	src: url('/fonts/tommaso-webfont.eot');
	src: url('/fonts/tommaso-webfont.eot#iefix') format('embedded-opentype'),
		url('/fonts/tommaso-webfont.woff') format('woff'),
		url('/fonts/tommaso-webfont.ttf') format('truetype'),
		url('/fonts/tommaso-webfont.svg#TommasoRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #FFC000;
}

a:hover {
	color: #2DC600;
}

img {
	border-style: none;
}

li {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
fieldset {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 28px;
	margin-bottom: 10pt;
}

p {
	font-size: 10pt;
	margin-bottom: 10pt;
	line-height: 165%;
}

#page-wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}

#main-wrapper {
	min-height: 875px;
}

#main {
	background: none;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 900px;
	margin: -450px 0 0 -450px;
}

#main-ie {
	background: none;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 450px;
	margin: -225px 0 0 -450px;
}

#main-countdown {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	margin: 30px auto;
	height: 115px;
	width: 770px;
	margin-bottom: 65px;
	background: url("/images/bg-countdown.png") top left no-repeat;
}

.main-countdown-pad {
	display: inline-block;
	position: relative;
	margin: 0px 20px;
	padding: 6px;
	top: 15px;
	background-color: rgba(0, 0, 0, 0.36);
	width: 100px;
	height: 75px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px/12px;
	border-radius: 12px/12px;
}

.main-countdown-time {
	font-size: 55px;
	margin: 0;
	line-height: 100%;
}

.main-countdown-desc {
	font-size: 15px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-countdown-complete {
	display: inline-block;
	position: relative;
	margin: 15px 20px;
	padding: 6px 20px;
	background-color: rgba(0, 0, 0, 0.36);
	height: 75px;
	font-size: 55px;
	line-height: 75px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px/12px;
	border-radius: 12px/12px;
	font-family: Tommaso;
	width: 260px;
}

#main-menu {
	margin: 0 auto;
	height: 452px;
	width: 830px;
	top: 400px;
	left: 38px;
	position: absolute;
	z-index: -10;
	background: url("/images/bg-dots.png") top center no-repeat;
}

.menu-btn {
	height: 94px;
	width: 94px;
	position: absolute;
	background: url("/images/btn-bg.png") top center no-repeat;
	background-position: 0px 0px;
}

.menu-btn:hover {
	background-position: 0px -94px;
}

#menu-btn-1 {
	top: 401px;
	left: 65px;
}

#menu-btn-2 {
	top: 605px;
	left: 140px;
}

#menu-btn-3 {
	top: 701px;
	left: 408px;
}

#menu-btn-4 {
	top: 605px;
	left: 656px;
}

#menu-btn-5 {
	top: 401px;
	left: 744px;
}

.menu-tooltip {
	color: #CCC;
	display: none;

	text-align: center;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.18);

	background-color: rgba(0, 0, 0, 0.6);
	width: 140px;
	height: 45px;
	padding: 10px;
	-moz-border-radius: 6%;
	-webkit-border-radius: 6%;
	border-radius: 6%;

	font-family: "Franklin Gothic Book", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.menu-tooltip h1 {
	color: #FFF;
	font-family: Tommaso;
	font-size: 26px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.image {
	margin-bottom: 40px;
}

.left {
	text-align: left;
}

.hidden {
	display: none;
}

#push,
#footer {
	clear: both;
	height: 40px;
}

#footer {
	position: relative;
	margin: 0;
	width: 100%;
	text-align: left;
	background: rgba(0, 0, 0, 0.6);
	color: #FFF;
}

#footer p {
	padding: 11px 15px 0px 15px;
	font-size: 12px;
	margin: 0;
}

#footer a {
	color: #CCC;
}

#footer a:hover {
	color: #FFF;
}
