
body {
    background-color: #000000;
    background-image: url(./images/thethemebg.png);
    background-position: top center;  
    background-repeat: no-repeat;  
    text-align: left;
    font-family: Arial, Helvetica;
    font-size: 13px;    
}

td {
    padding-left: 10px;
    text-align: left;
    font-family: Arial, Helvetica;
    font-size: 13px; 
}

#main {
    margin-top: 25px;
    width: 800px;
    min-height: 500px;
}

#head {
    width: 800px;
    height: 23px;
    background-image: url(./images/mainbg_01.png);
    background-repeat: no-repeat;
}

#mid {
    width: 800px;  
    min-height: 451px;
    background-image: url(./images/mainbg_02.png);
    background-repeat: repeat-y;
    text-align: left;
    
}

#bottom {
    width: 800px;
    height: 26px;
    background-image: url(./images/mainbg_04.png);
    background-repeat: no-repeat;
}

p {
    margin-left: 40px;
    margin-right: 40px;
    font-family: Arial, Helvetica;
    font-size: 13px;
    max-width: 700px;
    text-align: justify;
}