#Top {
 position: fixed;
 top: 0; left: 0; right: 0; height: 60;
 border-bottom: 0.0em solid #ACA250;
}

#Contents {
 position: fixed;
 top: 1.6em; left: 0; bottom: 1.4em; right: 200; width: *;
 padding: 0 0.5em;
 border-right: 0.0em solid #ACA250;
 overflow: none;
}
#main {
 position: fixed;
 top: 1.6em; left: 250; bottom: 1.4em; right: 1000; width: 750;
 overflow: none;
 padding: 0 0.5em;
}
#footer {
 position: fixed;
 left: 0; bottom: 0; right: 0; height: 1.2em;
 border-top: 0.2em solid #ACA250;
}