.sf_footer {
    background-repeat: no-repeat;
    min-height: 40px;
    height: 40px;
    text-align: center;
    width: 1000px;
    padding: 20px 0;
    margin: 0 auto;
    background-image: url(images/footer_1.jpg);
    font-size: 10px;
    color: #0E3900;
 }

 body {
    margin: auto;
    background-color: #0F0F0F;
    font-family: arial;
    font-size: 14px;
    color: #CDC7C7;
 }

 .sf_main_header {
    font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
    font-size: 56px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 10px;
    height: 10px;
    width: 960px;
    color: #0A0A0A;
 }

 
