body {
     background-color: #FFFFF0;
     background-image: url(material/top_bg.jpg);
     background-position: top left;
     background-repeat: no-repeat;
     scrollbar-face-color:#7EAF22;
     scrollbar-track-color:#FFFFF0;
     scrollbar-arrow-color:green;
     scrollbar-highlight-color:#FFFFF0;
     scrollbar-shadow-color:green;
     scrollbar-3dlight-color:green;
     scrollbar-darkshadow-color:#FFFFF0;
}

#body_top{
     border: solid 0px #555555;
     color: #FFFFF0;
     background-color: #FFFFF0;
     width:800px;
     font-family: "Arial","MSPƒSƒVƒbƒN",sans-serif;
     font-style: normal;
}

#top_img {
     /*border: solid #555555;*/
     position: absolute; top:400px; left: 60px;
}

#title {
     /*border: solid #555555;*/
     position: absolute; top:80px; left: 60px;
     font-weight:normal;
     color: #FFFFF0;
}

#sub_title{
     /*border: solid #555555;*/
     position: absolute; top:70px; left: 60px;
     font-weight:normal;
     color: #FFFFF0;
     font-size: 10px;
}

#top_text{
     /*border: solid #555555;*/
     font-size: 15px;
     position: absolute; top:140px; left: 60px;
     letter-spacing: 2px;
     line-height: 20px;
     width: 332px;
}

#text_highlight{
     color: yellow;
     font-weight:bold;
     }

#menu_ul{
     /*border: solid #555555;*/
     position: absolute; top:100px; left:467px;
     list-style: none;
     }

.menu_li{
     /*border: solid #555555;*/
     text-align:left;
     letter-spacing: 3px;
     /*line-height: 40px;*/
     font-weight: bold;
     color:#663300;
     font-size: 15px;
     white-space: nowrap;
     }

.menu_li a:link{
     color:#663300;
     text-decoration:none
     }

.menu_li a:visited{
     color:#663300;
     text-decoration:none
     }

.menu_li a:hover{
     color:yellow;
     text-decoration:none
     }

.menu_li a:active{
     color:yellow;
     font-weight:bold;
     }

#counter{
     position: absolute; top:10px; left:600px;
     width: 60px;
     height: 15px;
     background-color: yellow;
     }

.sen {
     color:#75B00A;
     }

#footer{
     position: absolute; top:550px; left:0px;
     width:100%;
     text-align:center;
     font-size: 10px;
     }
