body{
    background: #FF6000;
}

#hcontainer
    {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    overflow: visible;
    visibility: hidden;
    display: block
    }

#content
    {
    margin-left: -325px;
    position: absolute;
    top: -88px;
    left: 50%;
    width: 650px;
    height: 175px;
    visibility: visible
    }
