#menu { position: fixed; z-index: 1; background-color: #000000; left: 60px; top: 20px; width: 250px; } body { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; background-color: #000000; color: #999999; background-image: url(images/background.gif); vertical-align: top; background-attachment: fixed; background-repeat: repeat-y; } #content { width: 593px; left: 320px; top: 50; position: absolute; z-index: 0; border: 0px; vertical-align: top; visibility: visible; margin: 0px; padding: 0px; } p { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; } h1 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style: oblique; font-weight: normal; color: #888888; text-align: right; line-height: normal; } h2 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #999999; font-weight: normal; line-height: normal; } h3 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; line-height: normal; font-weight: lighter; text-decoration: none; text-align: right; } a:link { text-decoration: none; color: #CCCCCC; } a:hover { color: #FFFF66; text-decoration: none; } a:visited { text-decoration: none; color: #99CCCC; } a:active { text-decoration: none; color: #CCFFFF; }