body {
    background: white;
}

#header {
    position:relative;
    height:75px;
    background: white;
    border-bottom: 2px solid #f00;
    }

#header a#trend-micro {
    position:absolute;
    display:block;
    top:0px;
    left:0px;
    width:120px;
    height:75px;
    background:url(../_images/basis/header_tm_3d.gif) no-repeat 0 50%;  
    }
    
#main_topcap,
#main_content,
#main_endcap {
    background: white;
} 

#main_content div.top {
    background-image: none;
}

#main_content {
    float: none;
    margin: 0 auto;
}