/* CSS Document */

html, body {
	height:100%; 
	width:100%;
}
img { border:0px;}
a { color: #000;}
body,td,th {
	color: #000;
}
body {
	font-family:Arial,Helvetica,sans-serif,HelveticaNeue;
	color:#000;
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:hidden;
}

#mainContainer {
	position:relative;
	width:100%;
	height:100%;
	margin:0 auto;
}

.countdown_group{top:300px;}

@font-face {
    font-family: 'Futura-ExtraBold';
    src: url('/fonts/Futura-ExtraBold.eot');
    src: url('/fonts/Futura-ExtraBold.eot?#iefix') format('eot'),
         url('/fonts/Futura-ExtraBold.woff') format('woff'),
         url('/fonts/Futura-ExtraBold.ttf') format('truetype'),
         url('/fonts/Futura-ExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura-Light';
    src: url('/fonts/Futura-Light.eot');
    src: url('/fonts/Futura-Light.ttf') format('truetype'),
		 url('/fonts/Futura-Light.eot?#iefix') format('eot'),
         url('/fonts/Futura-Light.woff') format('woff'),
         url('/fonts/Futura-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
