body { font-family: helvetica, arial, clean, sans-serif; font-size: 14px; color: #000; background-color: #EEE; } div#container { width: 800px; margin: 20px auto 90px auto; border: 1px solid #999; border-radius: 10px; background-color: #FFF; } div#content { padding: 2px 15px 2px 15px; } div#footer { position: fixed; width: 100%; height: 70px; bottom: 0; background-color: #EEE; font-size: 12px; text-align: center; line-height: 1.5; } div#foot-divider { border-bottom: 1px solid #999; } table#footer-box { width: 100%; height: 100%; } a:link { color: #373; text-decoration: none; } a:visited { color: #373; text-decoration: none; } a:hover { color: #040; text-decoration: underline; } a:active { color: #404; text-decoration: underline; } a.incognito:link { color: #000; text-decoration: none; } a.incognito:visited { color: #000; text-decoration: none; } a.incognito:hover { color: #000; text-decoration: underline; } a.incognito:active { color: #000; text-decoration: none; }