body { background: #CDE9ED url(images/bg.gif) repeat-x; } a { color: #666; } a:hover { color: #F90; text-decoration: underline; } #container { width: 950px; margin: 0px auto; } #top { color: #91919B; text-align: right; line-height: 35px; } h1 { background: url(images/top.jpg) no-repeat; height: 150px; width: 950px; display: block; overflow: hidden;} h1 span { font-size: 24px; margin-top: 80px; margin-left: 20px; display: block; } #nav { border: 1px solid #115C55; background: #168A73; height: 40px; padding-left: 20px; border-radius: 5px; overflow: hidden; } #nav li { float: left; width: 90px; font-size: 14px; text-align: center; line-height: 40px; } #nav a { color: #FFF; display: block; } #nav a:hover { color: #FFF; background: #106655; text-decoration: none; } #username, #password, #validate { border: 1px solid #CDCDCD; } #footer { background: #FFF; height: 80px; padding: 10px; border-radius: 10px; } #footer .link { padding: 10px; text-align: center; background: #CCFFF8; color: #94B9D3; } #footer .link a { color: #94B9D3; font-size: 14px; } #footer .copyright { text-align: center; color: #666; margin-top: 20px; }