html, body { height: 100%; margin: 0; padding: 0; text-align: center; }
body { background: url(/images/background.jpg) left top no-repeat; }

#page { width: 850px; margin: auto; text-align: left; min-height: 500px; }

#header { width: 850px; text-align: center; height: 100px; background: #f6f6f6; }
#header h1 { padding: 0; margin: 0; font: 22pt arial; color: #000; line-height: 100px; }

#navi { float: left; width: 180px; background: #f6f6f6; padding: 10px 0px; }
#navi a { display: block; font: 10pt arial; color: #000; margin: 3px 8px; }
#content { float: left; width: 650px; padding: 10px; background: #fff; }


#footer { width: 850px; height: 25px; font: 9pt arial; line-height: 25px; text-align: center; background: #fff; }

.clearing { clear: both; }