body {
        background-color: #FFFFFF;
        background-image: url(bar.gif);
        background-repeat: repeat-x;
        background-position: center top;
}
.main {
        background-image: url(box.gif);
        background-repeat: no-repeat;
        background-position: center top;
        width:752px;
        height:426px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #555555;
        text-align: left;
}
.inner {
        padding: 20px;
}

