* { border: 0; padding: 0; } body { text-align: center; background-color: #000000; margin: 0; } #site { width: 970px; height: 645px; 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:"Arial", Times, serif; font-size:16px; font-weight: bold; color: #982f49; position:absolute; left: 300px; top: 200px; width: 300px; height:20px; text-align: left; } #content { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; position:absolute; left: 300px; top: 230px; width: 400px; height: 250px; overflow-y: auto; text-align: left; z-index: 10; } #topNav { top: 210px; left: 770px; position: absolute; text-align: left; height: auto; width: 200px; } #topNav ul { margin: 0px; padding: 0px; list-style-type: none; } #topNav li { width: auto; padding-left: 0px; padding-right: 0px; } #topNav a { color: #FFFFFF; text-decoration: none; font-family: Arial; font-size: 10px; font-weight:Normal; text-transform: uppercase; } #topNav a:hover { color:#FFFFFF; } #bottomNav { top: 570px; left: 30px; position: absolute; text-align: left; height: auto; width: 800px; } #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: #FFFFFF; text-decoration: none; font-family: Arial; font-size: 10px; font-weight:Bold; text-transform: uppercase; } #bottomNav a:hover { color:#FFFFFF; }