I have the following CSS:\[code\]#main2 { width: 680px; margin: 0 auto; padding: 0;}#header2 { text-align: center; margin: 0 auto; padding: 0; height: 31px; line-height: 31px;}#contents2 { text-align: center; margin: 0 auto; border: 3px solid #0F446D; padding: 0; padding-left: 15px; height: 365px; background: url('theImages/certBG.png') no-repeat bottom;}#store { background-image: url('theImages/certHeader.png'); width: 231px; height: 31px; padding: 0; margin: 0 auto; color: #FFFFFF; font-weight: bold; font-family: Verdana, Arial; font-size: 14px;}\[/code\]But this page: Non Working Page
shows the header "Your Information" differently than this page: Working Page
Can anyone please let me know why? and how to make the first page show the header correctly.