﻿html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
    background: #000000;
}

a {
    text-decoration: none;
}

#Site {
    position: absolute;
    top: 50%;
    left: 50%;
    
    width: 780px;
    height: 534px;
    
    margin: -272px 0 0 -410px;
    
    background-image: url(../Images/BgDefault.jpg);   
}

#Logo {
    position: absolute;
    top: 30px;
	text-align:center;
	width:100%;
}

#PayOff {
    position: absolute;
    top: 185px;
	text-align:center;
	width:100%;
	}
	
#Enter {
    position: relative;
   /* right: 0px;
	bottom: 0px;*/
	margin-left:50%;
	top:200px;
}
	
/*Count Down*/
#CountDown {
    position: absolute;
    top: 320px;
    left: 110px;
}

 

#CountDown .Label {
    width: 50px;
    height: 16px;
    position: absolute;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
}

#CountDown #Days {
    left: 10px;
}

#CountDown #Hours {
    left: 160px;
}

#CountDown #Minutes {
    left: 310px;
}

#CountDown #Seconds {
    left: 460px;
}

#Time { clear: both; position: relative; top: 25px;}
#Time div { float: left; width: 50px; height: 127px; background: url(../Images/CountDown/Digits.png) no-repeat 0px 0px; } 
#Time div.image0 { background-position: 0px 0px; } 
#Time div.image1 { background-position: -50px 0px; } 
#Time div.image2 { background-position: -100px 0px; } 
#Time div.image3 { background-position: -150px 0px; } 
#Time div.image4 { background-position: -200px 0px; } 
#Time div.image5 { background-position: -250px 0px; } 
#Time div.image6 { background-position: -300px 0px; } 
#Time div.image7 { background-position: -350px 0px; } 
#Time div.image8 { background-position: -400px 0px; } 
#Time div.image9 { background-position: -450px 0px; } 
#Time div.imageSpace { background-position: -500px 0px; } 


