body {
    margin: 0;
    padding: 0;
    background: #dfdede;
    font-family: "Times New Roman", sans-serif;
}

#imSite {
    width: 1000px;
    margin: 10px auto;
    text-align: left;
}

#imHeader {
    height: 20px;
    background: url('header.png') no-repeat left top;
}

#imBody {
    background: url('content.png') repeat-y left top;
}

#imContent {
    padding: 10px 30px;
}

#imFooter {
    clear: both;
    height: 62px;
    background: url('footer.png') no-repeat left top;
}

a {
    text-decoration: none;
    display: inline-block;
    position: relative;
}

p {
    margin: 0;
    padding: 0;
    color: #000000;
    text-align: justify;
    font-size: 19px;
    font-family: Times New Roman, serif;
    vertical-align: baseline;
    line-height: 25px;
    text-indent: 30px;
}