#header, 
#sheet.cscroll, 
#footer,
#printicon, 
#navigation_menu {
    display: none;    
}

#content {
    position: static;
    width: auto;    
}

#sheet.text_middle {
    width: 1000px;
    font-family: Times New Roman;
    font-size:16px;
    height: auto;
    margin: 0;
    padding: 0;    
    position: absolute;
    left: 0;
    top:0;
}

.datasheet {
    font-family: Times New Roman;
    font-size:16px;
}

.datasheet table {
    width: 480px;    
}

.text_middle #wrap_sheet {
    width: auto;
    position: static;    
}