* { margin: 0; border: 0; padding: 0; } body { text-align: center; background-color: #000000; } #site { width: 887px; height: 578px; position:relative; margin-left: auto; margin-right:auto; background-image:url(../images/site_bg.jpg); text-align: left; background-repeat: no-repeat; } #title { font-family:"Verdana", Times, serif; font-size:30px; font-weight: bold; color: #c35038; position:absolute; left: 50px; top: 250px; width: 787px; height:50px; text-align: center; text-transform: uppercase; overflow: hidden; } #content { font-family: Verdana, Helvetica, sans-serif; font-size: 12.5px; color: #ffffff; position:absolute; left: 50px; top: 305px; width: 780px; height: 240px; overflow-y: auto; text-align: left; z-index: 10; } #topNav { top: 203px; left: 0px; position: absolute; text-align: center; height: auto; width: 887px; } #topNav ul { margin: 0px; padding: 0px; list-style-type: none; } #topNav li { width: auto; padding-left: 0px; padding-right: 0px; margin-left: 10px; display: inline; } #topNav a { color: #7b7b7b; text-decoration: none; font-family: Arial; font-size: 11px; font-weight:Normal; text-transform: uppercase; } #topNav a:hover { color:#7b7b7b; } #bottomNav { top: 560px; left: 0px; position: absolute; text-align: center; height: auto; width: 887px; } #bottomNav ul { margin: 0px; padding: 0px; list-style-type: none; } #bottomNav li { width: auto; padding-left: 0px; padding-right: 25px; margin-left: 0px; display: inline; } #bottomNav a { color: #7b7b7b; text-decoration: none; font-family: Arial; font-size: 10px; font-weight:Bold; text-transform: uppercase; } #bottomNav a:hover { color:#7b7b7b; }