body {
    text-align: center;
    }
    
#body {
    width:1000px;
    text-align:center;
    }

#head {
    float:left;
    }
    
#menu {
    float:left;
    height: 450px;
    }

#central {
    background: #FDEFD1;
    float:left;
    width:539px;
    height: 450px;
    margin:0px;
    padding:0px;
    }
    
#ct {
    background: url('labak.jpg') top left no-repeat #fdefd1;
    border:0px;
    }
    
#sidebar {
    background: #ffffff;
    float:left;
    margin-top: 0px;
    margin-left: 0px;
    margin-right:0px;
    padding-top: 8px;
    height: 450px;
    }
    
iframe {
    border:0px;
    margin: 0px;
    
    }
