#page {
 width: 800px;
 margin: 0px auto;
 min-height: 800px;
 padding: 0px;
 font-style: normal;
 font-weight: normal;
 font-size: 10pt;
 color: #696969;
 height: expression(document.all('page').scrollHeight < 802? '800px':'auto');
}
body {
 behavior: url("cssassist.htc");
 background: url("wall/others016.jpg");
 text-align:center;}
a{
 text-decoration:none;
 font-weight: bold;
 font-size: 10pt;}
a:link{
 color:#696969;}
a:visited{
 color:#696969;}

#header {
 clear: both;
 width: 800px;
 display: auto;
 min-height: 25px;
 text-align: left;
 font-style: normal;
 font-weight: normal;
 height: expression(document.all('header').scrollHeight < 27? '25px':'auto');
}
#side1 {
 float: left;
 width: 208px;
 display: inline;
 min-height: 748px;
 margin: 0px;
 background: #ffffff left top;
 border-top: 2px solid #f08080;
 border-bottom: 2px solid #f08080;
 border-left: 2px solid #f08080;
 height: expression(document.all('side1').scrollHeight < 750? '748px':'auto');
}
#side1 .list a {
 background: #ffffff;
}
#main {
 float: left;
 width: 580px;
 min-height: 748px;
 display: inline;
 padding: 8px 0px 0px 8px;
 background: #ffffff left top;
 border-top: 2px solid #f08080;
 border-right: 2px solid #f08080;
 border-bottom: 2px solid #f08080;
 height: expression(document.all('main').scrollHeight < 742? '748px':'auto');
}
#footer {
 clear: both;
 width: 800px;
 display: auto;
 min-height: 23px;
 text-align: right;
 height: expression(document.all('footer').scrollHeight < 25? '23px':'auto');
}

