body
{
    margin: 0px;
    text-align: center;     
    font-size: 11pt;
    color: #000000;              
}

.main
{
    -moz-box-sizing: border-box;
    width: 1001px; 
    height: 543px;
    position:relative;
    margin: 0 auto;               
}
    
.background
{
     height: 543px;
     background-image: url(background.jpg); 
     background-repeat: no-repeat;
     vertical-align: top;
     text-align: left;
}
