body {
background-color: #ffffff;
font-size: .8em;
color:#222;
}
#container {width: 960px;margin-bottom: 10px;margin: 0 auto;}
#header {}
#content {margin: 0 200px 20px 200px;}
div#content { min-height:600px;height:expression(this.scrollHeight > 600 ? "auto":"600px"); }
p, pre{padding: 5px 0; line-height:1.1em;}
#left {float: left;width: 200px;text-align:center;}
#right {float: right;width: 200px;}
#footer {clear: both;text-align: left;padding: 20px;}
.clearfloat {clear:both;}

