body {
    background-color: #3e423a;
}

#index {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


#coming_soon {
    background-color: #6c6e58;
    text-align: center;
    color: #ffffff;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 34pt;
    float:left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#info_box {
    float: left;
    clear:left;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size:16px;
    width: 100%;
    text-align: center;
}
#wrapper {
    display: inline-block; text-align: left;
}
#wrapper div {
    float:left;
    padding-right: 10px;
    padding-left: 10px;
}