@charset "utf-8";

html {
vertical-align: top;
}

body {
vertical-align: top;
zoom: 0.8;
}

* html body#school-page {
background: url(../../css/null) scroll;	/* Hack for IE6 */
} 

#school-page #header {
position: static;
}

* html #school-page #header {
position: relative;
position: static;
}

#school-page #contents {
min-height: 1px;
padding: 0 0 20px 0;
}

/*-- CSS end --*/