
body {
    padding: 10 20px;
    border-top: solid 5px #0c570c;
    background-repeat: no-repeat;
    background: #dbe9cb; /* for non-css3 browsers */
    background-image: -o-linear-gradient(#339933, #dbe9cb); /* for opera 11.10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#339933), to(#dbe9cb)) fixed; /* for webkit browsers */
    background: -moz-linear-gradient(top, #339933, #dbe9cb) fixed; /* for firefox 3.6+ */
    font: 20px/normal Tahoma, Arial, Helvetica, sans-serif;
    color: #005500;
}
