.body {
    background-color: #FFF;
    background: transparent;
    background-image: none;
    float: none;
}

/* no fixed height */
#wrapper {
    height: auto;
    width: auto;
    float: none !important;
    border: 0;
    margin: 0 5%;
    padding: 0;
}

/* hide header border */
#header {
    border: none;
    margin: 0;
    padding: 0;
}

.headerlogo {
    border: none;
    height: 77px;
    margin: 0;
    padding: 0;
    float: none !important;
}




/* no fixed height, show all content */
.pagecontent {
    overflow: visible;
    height: auto;
    width: 100%;
    border: none;
    background-color: #FFF;
    padding: 0px;
    float: none !important;
    margin: auto;
    font-size: 12pt;
}


/* hiden divs */
.headerlinks, #topbar, .bottom, .leftmenu, .flex-container, #righstories, #wowslider-container1 {
    display: none;
}

.clearfix {
    clear: both
}
