body {
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    text-align: center;
    
    background-image: url(/img/mainbg1.png);
    background-color: #000000;
    background-repeat: repeat-x;
    background-position: top center;
}

a {
    font-family: Arial;
    font-size: 12px;      
    text-decoration: underline;   
}

#one {
    width: 100%;   
    
    background-image: url(/img/mainbg.png);
    background-repeat: no-repeat;
    background-position: top center;
    
    text-align: center;
              
}

#main {
    width: 950px;  
    text-align: center;           
}

#header {
    width: 100%; 
    text-align: left; 
    overflow: auto;
}
     
#logo {
    width: 590px;
    height: 83px;    
    float: left;
    
    background-image: url(/img/logo.png);
    background-repeat: no-repeat;
    background-position: top left;
    
    margin: 50px 0px 10px 10px;
    
    cursor: hand; cursor: pointer;
} 


#menu {
    width: 922px;
    height: 43px;
    
    background-image: url(/img/menubg.png);
    background-repeat: no-repeat;
    background-position: top left;
} 

#menu-left {
    float: left; 
    margin-left: 20px;
}                     

#menu-right {
    float: right; 
    margin-right: 34px;
}

#info {
    width: 922px;
    height: 57px;
    
    margin: 15px 0px 20px 0px;
    
    background-image: url(/img/info-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    
    text-align: right;
}

#content {
    width: 922px;
}

#left-box {
    float: left;
    width: 644px;
}

#left-box-head {
    width: 644px;
    height: 25px;
    background: url(/img/left-box-head.png) no-repeat 0px 0px;
}

#left-box-mid {
    width: 644px;
    background: url(/img/left-box-mid.png) repeat-y 0px 0px;
}

#left-box-mid-up {
    width: 644px;                                            
    background: url(/img/left-box-head.png) no-repeat 0px -25px;    
}

#left-box-mid-bottom {
    width: 644px; 
    background-image: url(/img/left-box-mid-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;      
    
}

#left-box-content {
    width: 600px;
    margin: 0px 22px 0px 22px;
    text-align: left;
}

#left-box-bottom {
    width: 644px;
    height: 28px;
    background-image: url(/img/left-box-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;      
}




#big-box {
    float: left;
    width: 930px;
}

#big-box-head {
    width: 930px;
    height: 25px;
    background: url(/img/big-box-head.png) no-repeat 0px 0px;
}

#big-box-mid {
    width: 930px;
    background: url(/img/big-box-mid.png) repeat-y 0px 0px;
}

#big-box-mid-up {
    width: 930px;                                            
    background: url(/img/big-box-head.png) no-repeat 0px -25px;    
}

#big-box-mid-bottom {
    width: 930px; 
    background-image: url(/img/big-box-mid-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;      
    
}

#big-box-content {
    width: 886px;
    margin: 0px 22px 0px 22px;
    text-align: left;
}

#big-box-bottom {
    width: 930px;
    height: 35px;
    background-image: url(/img/big-box-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;      
}



#right-box {
    float: right;
    width: 275px;
    margin-right: 0px;
}

#right-box-head {
    width: 275px;
    height: 25px;
    background: url(/img/right-box-head.png) no-repeat 0px 0px;
}

#right-box-mid {
    width: 275px;
    background: url(/img/right-box-mid.png) repeat-y 0px 0px;
}

#right-box-mid-up {
    width: 275px;                                            
    background: url(/img/right-box-head.png) no-repeat 0px -25px;    
}

#right-box-mid-bottom {
    width: 275px; 
    background-image: url(/img/right-box-mid-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;      
    
}

#right-box-content {
    width: 235px;
    margin: 0px 20px 0px 20px;
    text-align: left;
}

#right-box-bottom {
    width: 275px;
    height: 23px;
    background-image: url(/img/right-box-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;      
}




#footer {
    margin: 20px 0px 0px 10px;
    font-family: Arial;
    font-size: 12px;
    width: 950px;
    color: #FFFFFF;
    text-align: left;
}


#rules-box {
    width: 845px;
}

#rules-box-head {
    width: 845px;
    height: 19px;
    
    background-image: url(/img/rules-head.png);
    background-repeat: no-repeat;
    background-position: top left; 
}

#rules-box-mid {
    width: 845px;
    
    background-image: url(/img/rules-mid.png);
    background-repeat: repeat-y;
    background-position: top left; 
    padding: 0px;
    text-align: left;
}    

#rules-box-mid p {
    font-family: Arial;
    font-size: 13px;
    margin: 0px 20px 0px 20px;
}

#rules-box-bottom {
    width: 845px;
    height: 23px;
    
    background-image: url(/img/rules-bottom.png);
    background-repeat: no-repeat;
    background-position: top left; 
}

#instructions-box {
    width: 845px;
}

#instructions-box-head {
    width: 845px;
    height: 53px;
    
    background-image: url(/img/instructions-head.png);
    background-repeat: no-repeat;
    background-position: top left;
    
    font-size: 18px;
    line-height: 53px;
    font-weight: normal; 
}

#instructions-box-mid {
    width: 845px;
    
    background-image: url(/img/instructions-mid.png);
    background-repeat: repeat-y;
    background-position: top left; 
    padding: 0px;
    text-align: left;
}    

#instructions-box-mid p {
    font-family: Arial;
    font-size: 13px;
    margin: 0px 20px 0px 20px;
}

#instructions-box-bottom {
    width: 845px;
    height: 23px;
    
    background-image: url(/img/instructions-bottom.png);
    background-repeat: no-repeat;
    background-position: top left; 
}

   


