body { width: 800px; margin: 0 auto; background: white url("/images/bg.gif"); color: #333333; font-family: helvetica, arial, sans-serif; } #main { -webkit-border-radius: 10px; -moz-border-radius: 10px; background: #dedede; padding: 10px; } #footer { margin: 1em auto; color: #aaaaaa; font-size: 80%; } h1 a { display: block; margin: 0.5em 0 0; font-size: 72px; font-family: Garamond, Georgia, Sans-serif; width: 335px; height: 173px; background: url("/images/logo.gif"); text-indent: -999em; } input[type="text"].shortener { display: block; border: none; -webkit-border-radius: 8px; -moz-border-radius: 8px; font-size: 2em; padding: 10px; width: 780px; margin-right: 5px; color: #333333; outline: none; } input[type="submit"] { display: block; margin: 0; width: 140px; height: 59px; background: url("/images/button.gif"); -webkit-border-radius: 7px; -moz-border-radius: 7px; border: none; cursor: pointer; font-size: 1.5em; color: white; } label { display: block; font-size: 1.3em; margin: 0.5em 0; } a { color: black; font-weight: bold; } li { margin: 0.5em 0; }