body { background: #ffffff; font: normal 12px Tahoma; width: 100%; text-align: center; margin-top: 50px; } #container { position: relative; text-align: center; width: 900px; height: 600px; /* border: solid 1px #00000; */ } #logo { position: absolute; left: 0px; width: 600px; text-align: left; } #lang { position: absolute; left: 590px; width: 310px; text-align: right; } #menu { position: absolute; left: 0px; top: 100px; width: 570px; height: 60px; text-align: left; background: #000000; } td.menuItem { font: bold 12px Tahoma; text-align: left; padding-top: 15px; padding-left: 20px; padding-right: 20px; } #menuItem1 { position: absolute; left: 15px; top: 15px; } #about { position: absolute; left: 590px; top: 100px; width: 310px; height: 60px; text-align: right; background: #c4111a; color: #ffffff; padding: 15px; } #content { position: absolute; left: 0px; top: 178px; width: 590px; padding-top: 12px; padding-bottom: 12px; padding-right: 15px; height: 283px; text-align: left; overflow: auto; scrollbar-track-color: #ffffff; scrollbar-3d-light-color: #ffffff; scrollbar-3d-dark-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-arrow-color: #000000; scrollbar-base-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-dark-shadow-color: #ffffff; } #rightpic { position: absolute; left: 590px; top: 178px; width: 310px; text-align: right; } #divider { position: absolute; left: 0px; top: 170px; width: 900px; height: 20px; } #address { position: absolute; left: 0px; top: 450px; width: 900px; vertical-align: bottom; text-align: center; } .hrBlack { color: #000000; height: 1px; } a { text-decoration: none; color: #c4111a; } a.menu { text-decoration: none; color: #ffffff; } a.black { text-decoration: none; color: #000000; } a:hover { text-decoration: underline; }