﻿html, body, form
{
    margin: 0;
    padding: 0;
    height: 100%;
}
body 
{
    background: #FFF url(../images/background.jpg);
    font-family: Arial;
}
a:link, a:visited
{
    color: #FFF;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
input
{
    border: 0px none;
}

.page_title
{
    color: #FFF;
    font-size: 12pt;
    font-weight: bold;
    padding: 10px;
    margin: 0;
    text-align: center;
}
#wrapper
{
    background: url(../images/shadow.png) repeat-y center;
    margin: 0px auto;
    width: 820px;
}
#center_col
{
    margin: 0px auto; 
    width: 800px;
}
#count_down
{
    margin: 0 auto;
    text-align: center;
}
#splash_image
{
    background: url(../images/poster.jpg) no-repeat; 
    /*border-top: 1px dashed #888;*/
    padding-top: 0px;
    height: 680px; 
    width: 800px;
}
#content
{
    border-top: 1px dashed #888;
    color: #FFF;
    font-size: 10pt;
    padding: 0px;
    height: 0;
    visibility: hidden;
}
.reg_table
{
    margin: 0 auto;
}

#footer
{
    color: #FFF;
    font-size: 8pt;
}
#copyright
{
    float: left;
    margin: 10px 10px 10px 10px;
}
#developer
{
    float: right;
    margin: 10px 10px 10px 10px;
}
.clear_fix
{
    clear: both;
    width: 100%;
}
.column
{
    position: fixed;
    height: 600px;
    width: 120px;
}
.team_contacts
{
    background: #FFF; 
    border: 5px solid #000; 
    border-top: none; 
    float: left; 
    padding: 10px; 
    height: 505px; 
    width: 384px;
}
.team_contacts ol
{
    display: block;
    margin: 10px auto;
    width: 100px;
}
.team_contacts li
{
    color: #000;
    font-size: 10pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.team_contacts a
{
    display: inline-block;
    font-size: 9pt;
    font-weight: normal;
    height: 32px;
    width: 32px;
}
.email
{
    background: url(../images/iphone_mail.png) no-repeat;
}
.facebook
{
    background: url(../images/iphone_facebook.png) no-repeat;
}