@charset "utf-8";

body {
    background: #fff !important;
    background-image: none !important;
}
#mainScreen {
    width: 650px !important;
}

#headerArea h1 {
    float: none !important;
}
#headerArea ul,
#headerArea ol {
    display: none !important;
}

#menuImgHome,
#menuImgAbouts,
#menuImgRelations,
#menuImgSubjects,
#menuImgTeachers,
#menuImgCampus {
    display: none !important;
}
#menuArea {
    display: none !important;
    float: none !important;
}

#mainAreaB {
    width: 650px !important;
    border: none !important;
}

#mainAreaC {
    float: none !important;
    width: 650px !important;
    border: none !important;
}
#subArea {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
    width: 650px !important;
    float: none !important;
}
#subArea .entryBtn {
    display: none !important;
}

#footerArea .copyright {
    float: none !important;
}
#footerArea ul {
    display: none !important;
}

.backpage {
    display: none !important;
}
.pagetop {
    display: none !important;
}

