html {
    background: none;
}
body {
    background: url('images/bg.gif') repeat #EBEBEB;
}
body {
    color: #333333;
}
#content p {
    font-size:1.2em;
    font-weight: bold;
}
a, a:link, a:visited, a:active {
    color: #2757AF;
}
a:hover {
    text-decoration: underline;
    color: #7B9FE1;
}
#header {
    background: url(images/header.png) no-repeat bottom center;
    height: 152px;
    text-indent: -9999px;
}
#wrapper {
    width:580px;
    margin:25px auto;
}
#content {
    background:url('images/content.png') repeat-y top center;
    text-align:center;
}
#footer {
    height:54px;
    background: url(images/footer.png) no-repeat top center;
}
p.copyright {
    line-height:30px;
    text-align:center;
    color:#2757AF;
}