
body {
    font-family : Arial , 'sans-serif',  ;

  }


#title-background {
    background-color : #ffffff;
    background-image : url('../img/lgtitle.png');
    background-repeat : no-repeat;
    height : 200px;
    top : 0;
    left : 0;
    position : absolute;
  }
#title {
    color : #167421;
    float : right;
    font-size : 12px;
    padding-right : 50px;
    padding-top : 10px;
    text-align : center;
  }

#contents {
    left : 0px;
    background-image : url('../img/lgcontents.png');
    background-repeat : no-repeat;
    padding-top : 5px;
    margin-left : 0px;
    position : absolute;
    width : 250px;
    height : 100% ;
    top : 199px;
    z-index :1;

  }


#main {
    color : #195325;
    font-size : 12px;
    left : 220px;
    position : absolute;
    text-align : center;
    top : 250px;
    overflow : auto;
    z-index : 0;
    width : 700px;
  }
.left {
    float:left;
    margin-right:5px;
}
