/* 
    Document   : refluxsafe.css
    Created on : Jun 15, 2010, 6:46:00 PM
    Author     : oliver
    Description:
        Just a splash page for now.
*/

root { 
    display: block;
    margin: 0;
    padding: 0;
}

body
{
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-family: 'Century Gothic','Futura',Tahoma,_sans;
    color: #666666;
}

a img
{
    border: none;
}

* {
margin:0px auto;
padding:0;
}

div#shim
{
    visibility: hidden;
    width: 100%;
    height: 50%;
    margin-top: -155px;
    float: left;
}

div#outer
{
    width: 100%;
    height: 334px;
    clear: both;
    position: relative;
    top: -155px;
    text-align: center;
    background: #ffffff url('/images/background.gif') repeat-x center;
    /* IE4ever Hack: Hide from IE4 **/
    position: static;
    /** end hack */
}

div#main
{
    width: 1024px;
    position: relative;
    left: 0px;
    right: 0px;
}

#main_image
{
    margin-top: 30px;
}

#tagline
{
    position: absolute;
    top: 167px;
    left: 248px;
}

#twitter
{
    position: absolute;
    top: 245px;
    left: 640px;
}

#coming_soon
{
    position: absolute;
    top: 240px;
    left: 75px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}

#clock
{
    float:left;
    margin-top: -75px;
}

#countdown
{
    float: left;
}