@media screen{
html{height:100%}
body{min-height:101%;font-size:100.01%}
#site{min-width:756px;max-width:1024px;margin:auto}
#border{margin:0 22px 0 22px}
#left{float:left;width:25%}
#right{float:right;width:25%}
#main{margin-left:25%;margin-right:25%}
#header{width:100%}
#footer{clear:both;width:100%}
#topborder{height:22px;background:url(../img/topborder.gif) 0 0 repeat-x}
#topleftcorner{float:left;width:22px;height:22px;background:url(../img/topleft.gif) 0 0 no-repeat}
#toprightcorner{float:right;width:22px;height:22px;background:url(../img/topright.gif) 100% 0 no-repeat}
#leftborder{background:url(../img/leftborder.gif) 0 0 repeat-y}
#rightborder{background:url(../img/rightborder.gif) 100% 0 repeat-y}
#bottomborder{height:22px;background:url(../img/bottomborder.gif) 0 100% repeat-x}
#bottomleftcorner{float:left;width:22px;height:22px;background:url(../img/bottomleft.gif) 0 100% no-repeat}
#bottomrightcorner{float:right;width:22px;height:22px;background:url(../img/bottomright.gif) 100% 100% no-repeat}
}