body {
    background: #404040;
}
#wrapper {
    width: 980px;
    margin: 0 auto 0 auto;
}
#bg-top {
    height: 50px;
    background: url(/img/bg-top.gif) no-repeat;
}
#bg {
    background: url(/img/bg.gif) repeat-y;
}
#content {
    padding: 0 60px 30px 60px;
}
#content p {
    margin: 10px 0 0 0;
    font-family: Arial,Verdana,san-serif;
    font-size: 15px;
}
#content a {
    outline: none;
}
#new-site {
    width: 800px;
    height: 310px;
    margin: 0 auto 0 auto;
    display: block;
    background: url(/img/new-site.jpg) no-repeat;
}
#bg-bottom {
    height: 65px;
    background: url(/img/bg-bottom.gif) no-repeat;
}