/* Splash Page CSS */ *{ margin: 0; padding: 0; border: 0; font-family: Verdana, Arial, Helvetica, sans-serif; } body{ background: #f2f5f8 url(../images/splash_bg.gif) repeat-x top center; } #wrap{ width: 760px; height: 350px; margin: 0 auto; padding: 150px 0 0 0; background: transparent url(../images/main.jpg) no-repeat; } #main{ margin: 20px 50px 0 340px; text-align: center; } a{ color: #a90003; outline: none; font-weight: bold; text-decoration: none; } a:hover{ color: #a90003; text-decoration: underline; } h1, h1 *{ font-family: Georgia, "Times New Roman", Times, serif; } h1{ color: #a90003; font-size: 20px; line-height: 24px; font-weight: bold; text-align: right; margin: 0 50px; } p{ margin: 0 auto 20px auto; color: #333; font-size: 14px; line-height: 22px; text-align: justify; } .redirectmessage{ font-size: 10px; line-height: 18px; text-align: center; } #homebutton a{ padding: 4px 8px; background: #d59899; border: 1px solid #d47f81; color: #fff; font-size: 16px; line-height: 26px; font-weight: bold; text-decoration: none; } #homebutton a:hover{ background: #a90003; border: 1px solid #a90003; color: #fff; text-decoration: none; }