/* === Font Styles === */

@font-face {
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
}

/* === General Styles === */

html,
div,
span,
head,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
font,
img,
small,
strong,
ol,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

ol,
ul {    list-style: none }

blockquote,
q {    quotes: none }

body {
    font-family: Arial;
    margin-top: auto;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 1;
    background-color: #EEEEEE;
    padding-top: 12.2%;
    
    
}

.container {
    width: 885px;
    margin: 0 auto;
}

#main {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 0 auto;
    padding: 0;
    height: 650px; 
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /* Safari, Chrome */
    -khtml-border-radius:5px; /* Konqueror */
    border-radius: 5px;
    
}

#logo {
    background-color:#336699;
	padding-bottom: 8px;
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /* Safari, Chrome */
    -khtml-border-radius:5px; /* Konqueror */
    border-radius: 5px;
    
}

/* === Content Styles === */

#content {    padding: 10px 44px }

.text {
    margin-top: 40px;
    padding-bottom: 40px;
}

.text h2 {
    font-size: 18px;
    color: #CCCCCC;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 2px;
}

.counter {
    background: #EEEEEE;
    width: 797px;
    height: 100px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
    position: relative;
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /* Safari, Chrome */
    -khtml-border-radius:5px; /* Konqueror */
    border-radius: 5px;
}

.copyright {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 50px;
}


/* === jQuery Countdown Styles === */

#defaultCountdown {
    width: 757px;
    height: 40px;
}

.hasCountdown {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    color: #000000;
    margin-top: 25px;
    font-size: 20px;
    font-weight: normal;
}