#SITEHead {
    display: block;
    border: solid 0px green;
    position: relative;
    width: 800px;
    margin-bottom: -12px;
    margin-left: auto;
    margin-right: auto;
    color: red;
    clear: both;
}

#SITEBody {
    display: block;
    clear: both;
    border: solid 0px red;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
/*    background-image: url("../images/webdef/bg.jpg");*/
    background-color: #c5c5c5;
}

#SITEMenu {
    display: block;
    float: left;
    border: solid 0px blue;
    width: 120px;
}

#SITECont {
    display: block;
    float: left;
    border: solid 0px black;
    width: 675px;
}

#SITEEnd {
    display: block;
    clear: both;
    width: 800px;
    height: 10px;
}

#SITEEnde {
    display: block;
    clear: both;
    width: 800px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
}

.SEcen {
    text-align: center;
}