html,body {
margin:0;
padding:0;
height:100%; /* needed for container min-height */
overflow:hidden;
scrollbar-face-color: #c1c1c1;
  scrollbar-highlight-color: #c1c1c1;
  scrollbar-shadow-color: #c1c1c1;
  scrollbar-3dlight-color: #c1c1c1;
  scrollbar-arrow-color: #0d2a54;
  scrollbar-track-color: #ffffff;
  scrollbar-darkshadow-color: #c1c1c1;
	}

.plc_area{background:url(bgr.jpg) top left #FFE001 no-repeat;height:595px;}

.nav-on{ background-color:#ba0202;width:162px;height:34px; font-family: Verdana;font-size: 14px;font-weight: bold;color: #FFFFFF;text-decoration:none;text-align:center;cursor:pointer;}
.nav-off{ background-color:#FFFFFF;width:162px;height:34px; font-family: Verdana;font-size: 14px;font-weight: bold;color: #ba0202;text-decoration:none;text-align:center;cursor:pointer;}

#navigation {
position:absolute;
width:180px;
height:450px;
margin-top:90px;
margin-left:0px;
z-index:3;
}

#ad {
position:absolute;
width:598px;
height:39px;
margin-top:26px;
margin-left:175px;
z-index:6;
background:url(ad_top.png) top left no-repeat;
}
#content{
position:absolute;
width:575px;
height:455px;
padding:10px;
margin-top:90px;
margin-left:0px;
z-index:2;
overflow:auto;
}

#logo {
position:absolute;
width:165px;
height:67px;
margin-top:10px;
margin-left:10px;
z-index:4;
}

#bottom_line {
position:absolute;
width:322px;
height:13px;
margin-top:574px;
margin-left:325px;
z-index:7;
background:url(bottom_line.jpg) top left no-repeat;
}

#flag{
position:absolute;
width:43px;
height:22px;
margin-top:555px;
margin-left:70px;
z-index:8;
}

h1{margin-left:0px;margin-right:0px;margin-top:10px;margin-bottom:10px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
p{text-align:justify}


