/*Splash*/
body.splash {
    background: url('/images/splash/body_back_slice.png') repeat-x;
    background-color: #352512;
}

#main_stage{
    background: url('/images/splash/main_stage_back.png') no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 653px;
    width: 857px;
}

#email{
    display: block;
    border: 0px;
    height: 17px;
    width: 179px;
    position: relative;
    left: 391px;
    top: 475px;

}

