@charset "UTF-8";
/* CSS Document */

/*CSS Reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, p, blockquote, table, th, td, embed, object {
padding: 0;
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset, img, abbr {
border: 0;
}
address, caption, cite, code, em,
h1, h2, h3, h4, h5, h6, strong, th {
font-weight: normal;
font-style: normal;
}
ul {
list-style: none;
}
caption, th {
text-align: left;
}
a {
text-decoration: none;
}

body{
	font: 14px Helvetica, Arial, sans-serif;
	background-color: #e6e6e6;
	
}

#wrapper {
	
    background-color:#FFFFFF;
    width:800px;
    margin:5px auto;
    padding: 0 10px 0 10px;
    border: 1px solid #CCCCCC;    
}

#header{
    


}

#comingSoon{
	margin:0 0 15px 0;
	height:125px;
	background:url(images/bg-coming.png) no-repeat 0 0;
	
}

.soon {

display:none;
}

#content{
    
    margin:0 0 0 0;
    padding:0 2px 0 2px;
 
}
#content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.countdownElement{
    float:left;
    width:159px;
    height:195px;
    background:url("images/bg-countdown.gif") no-repeat;
    
}
.countdownLast{
    float:left;
    width:159px;
    height:195px;
    background:url("images/bg-countdown-last.gif") no-repeat;
    
}

.countdownElement p, .countdownLast p {
        
    font-size:100px;
    text-align:center;
    margin:15px 25px 0 0;
    
}

#date {
	clear: both;
	text-align: center;
	font-size: 36px;
	padding-top: 20px;
	margin-bottom: 10px;	
}

h4 {
	text-align: center;
	font-size: 18px;
	margin: 0px;
}

h3{
    text-align:center;
    font-size:24px;
    color:#FFFFFF;
    margin:15px 25px 0 0;
}

#footer{
	padding:0 0 10px 0;
    margin:0px	;
    height:55px;
    background:url("images/bg-footer.gif") no-repeat;
    
}
#footer p{
    position:relative;
    top:35px;
    text-align:center;
}