body { background-color: rgb(69,121,84); text-align: center; } div.light { background-color: rgb(162,188,169); height: 20px; position: relative; top: -33px; width: 100%; } div.lightest { background-color: rgb(208,222,212); height: 30px; width: 100%; } div.lightestSmall { background-color: rgb(208,222,212); height: 3px; position: relative; top: -16px; width: 100%; } div.main { background-color: #FFFFFF; border: 2px solid #000000; height: 370px; position: relative; top: 100px; width: 650px; } div.medium { background-color: rgb(115,155,127); height: 10px; position: relative; top: -5px; width: 100%; } div.white { background-color: #FFFFFF; height: 5px; margin-bottom: -35px; position: relative; top: -35px; width: 100%; } p { color: #000000; font-family: trebuchet, verdana, sans-serif; font-size: 9pt; line-height: 16pt; } p.center { text-align: center; }