body {
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    
    background-image: url(images/o/bigbg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

a {
    font-family: Arial;
    font-size: 12px;      
    text-decoration: underline;   
}

#one {
    width: 100%;
    height: 604px;
    
    background-image: url(images/o/bigbg2.png);
    background-repeat: no-repeat;
    background-position: top center;
              
}

#main {
    width: 979px;
    overflow: auto;
    text-align: center;      
}

#head {
    width: 979px;
    height: 173px;
    
    background-image: url(images/o/head.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

#logo { 
    width: 303px;
    height: 99px;
    float: left;
    
    background-image: url(images/o/logo.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#login {
    width: 209px;
    height: 57px;
    
    float: right;
    
    margin: 20px 60px 0px 0px;
}

#head2 {
    width: 979px;
    height: 270px;
    
    background-image: url(images/o/head2.png);
    background-repeat: no-repeat;
    background-position: top center;  
}


                               
#mid {
    width: 979px; 
    
    background-image: url(images/o/mid.png);
    background-repeat: repeat-y;
    background-position: top center;   
}

#bottom {
    width: 979px;
    height: 13px;
    
    background-image: url(images/o/bottom.png);
    background-repeat: no-repeat;
    background-position: top center;   
}



/* textfield */
#textfield {
    width: 283px;
    height: 32px;           
}

#textfieldl {
    width: 268px;
    height: 32px;
    
    float: left;
    
    background-image: url(images/field.png);
    background-repeat: no-repeat;
    background-position: top left;
    
}

#textfieldr {
    width: 15px;
    height: 32px;
    
    float: right;
    
    background-image: url(images/field.png);
    background-repeat: no-repeat;
    background-position: top right;
}

#textfield input {
    width: 253px;
    height: 32px;
    
    float: right;    
    padding: 5px 0px 0px 0px;    
    
    border-top: 1px #d0d0d0 solid;
    border-bottom: 1px #d0d0d0 solid;
    border-left: 0px;
    border-right: 0px;
    
}
/* textfield */