html, body
{
    height: auto;
    width: auto;
    overflow: visible;
}
#contentContainer
{
    overflow: visible;
    height: auto;
}
body
{
    color: #000000;
    background: #ffffff;
    font-family: "Times New Roman" , Times, serif;
    font-size: 12pt;
    height: auto;
    overflow: visible;
}
a
{
    text-decoration: underline;
    color: #0000ff;
}
.press_page
{
    height: auto;
    overflow: visible;
}
.press_content_area
{    
    float: left;
    height: auto; 
    overflow: visible;   
}
.press_text
{
    width: 650px;
}




