#masthead, #bot_left_col, .top_container, #footer {
    display: none;
}

#mast_container, .bot_container, #bot_page_content {
    width: 100%;
    margin: 0;
    float: none;
}

.bot_container {
    /*screen: overflow:auto; */
    overflow:visible;
}

body {
    color: #000;
    background: none;
}

a:link, a:visited {
    color: #781351
}