/* changing */
input, textarea, select {
    border: 1px solid #000;
    background-color: #000;
    font-size: 12px;
    font-family: tahoma;
    color: #FFF;
    margin-bottom: 1px;
   }
   a, a:active, a:visited { 
    color: #284359;
    text-decoration: none; 
   }
   a:hover { 
    color: #000000;
    text-decoration: none; 
   }
   h1 { 
    font-size: 14px;
    margin:0px;
    margin-bottom:5px;
   } 
   h2 { 
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 10px;
    text-align: right;
   } 
   h3 { 
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 12px;
    text-align: right;
   } 
   p { 
    text-align: justify;
    margin:0px;
    margin-bottom: 15px;
   } 
   body {
    background-color: #33546F;
    text-align: justify;
    padding: 0px;
    margin: 0px;
    font-family: verdana;
    font-size: 12px;
    color: #000000;
   }
   
   img {
    border: 0px;
    background-color: #FFF;
   }
    
   /* setting */
   
   #menuimage {
    position: absolute;
    left: 0px;
    top: 120px;
    padding: 0px;
    display: flex;
    z-index: 9999;
   }
   
   #top {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
   }
   
   #bottomimg {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
   }
   
   #content {
    position: relative;
    left: 40px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    padding-top: 155px;
    width: 305px;
   }
   
   #wrapper {
    position: absolute;
    left: 200px;
    width: 391px;
    padding: 0px;
    background: url(images/background.png);
    background-repeat: repeat-y;
   }