body {
    margin:auto;
    font-family:arial,san-serif;
    background:url(../img/bg.png) repeat;
    color:#fff;
    
}
#top {
    background:url(../img/header_bg.gif) no-repeat top center;
    margin:25px auto 0;
    width:760px;
}
#content {
    padding:100px 50px 0;
    text-align:right;
    min-height:490px;
}
#bottom {
    background:url(../img/footer_bg.gif) no-repeat bottom center;
    min-height:191px;
    margin:0 auto 100px;
    min-height:191px;
    width:760px;
}
h1, h2, h3 {
    font-weight:normal;
    margin-bottom:30px;
}
#footer ul {
    position:relative;
    top:-50px;
    font-size:17px;
    list-style-type:none;
}
#footer ul li {
    display:inline;
    padding-left:10px;
}
a {
    color:#a4bf96;
}
a:hover {
    color:#fff;
    background:#a4bf96;
}
#footer h3 {
    padding:50px;
}
a.stbutton {
    padding:0;
}
.stico_default {
    background:none;
}
