#frame
{
    background-image: url("/img/form_background.jpg");
    background-repeat: no-repeat;
    min-height: 788px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;    
    position: relative;
}

#page_photo
{
    left: 182px;
    position: absolute;
    top: 180px;
}   

#content
{
    background-color: #CDE5EF;
    margin-left: 0;
    padding: 10px 10px 60px;
    width: 619px;   
}

#content_title
{
    color: white;
    font-size: 24px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-top: 8px;
    width: 500px;
}

#content p
{
    font-size: 14px;
    font-family: arial;
    color: black;
    width: 620px;
    
}

#shifter
{
    height: 0px;
}






