.sf_header_wrapper {
    background-repeat: no-repeat;
    background-position: right;
    background-color: #ffffff;
    height: 280px;
    width: 785px;
    background-image: url(images/puppies.jpg);
 }

 body {
    margin: auto;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    font-family: arial;
    background-color: #33BDB5;
 }

 .sf_main_header {
    text-align: center;
    overflow: hidden;
    width: 340px;
    font-family: Georgia, times, serif;
    font-size: 30px;
    font-weight: normal;
    font-variant: normal;
    padding: 0px;
    margin-left: 30px;
    margin-right: 30px;
    height: 110px;
    padding-top: 150px;
    color: #7A2DBD;
 }

 .sf_footer {
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    clear: both;
    text-align: center;
    min-height: 50px;
    height: 50px;
    padding: 30px 10px 5px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    color: #36C4E0;
 }

 a:link {
    color: #2B6F6B;
 }

 a:visited {
    color: #464B4B;
 }

 a:hover {
    color: #ffffff;
    text-decoration: none;
 }

 .sf_extra3 {
    background-position: top left;
    position: absolute;
    display: block;
    width: 164px;
    height: 84px;
    top: 58px;
    left: 110px;
    background-image: none;
    background-repeat: no-repeat;
 }

 
