html { height: 100%; }

body { 
min-height: 100%; 
height: 100%; 
background-color: #010066;
background-image: url('template/bg.jpg'); 
background-repeat: repeat-x; 
font-family: Arial, Helvetica, sans-serif; 
font-size:14px; 
color:#204DAF;  
text-decoration:none 
margin-left:0; margin-right:0; margin-top:0; margin-bottom:0;

}

h1 {padding: 10px; margin: 2px; font-size:18px; font-weight: bold; } 
h2 {padding: 10px; margin: 2px; font-size:16px; font-weight: bold; } 
p {padding: 10px; margin: 2px;  } 

a:link 						   {COLOR: #122D65;}
a:visited 				   {COLOR: #122D65;}
a:link:hover 			   { COLOR: #808080;}
a:visited:hover   	   { COLOR: #808080;}
a:active 	  				   { COLOR: #7A7A7A;}

#table {
  z-index: 0;
  position: relative;
  width: 100%; 
  height: 100%; 
}

#banner {
  z-index: 3;
  position: absolute;
  left: 50%;
  margin-left: -448px;
  width: 896px; 
  height: 142px; 
  background-image: url('template/banneri.jpg'); 
}

#navi {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 143px;
  margin-left: -448px; 
  width: 896px; 
  height: 40px; 
  
}

#navi_left {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 143px;
  margin-left: -458px; 
  width: 10px; 
  height: 27px; 
  background-image: url('template/navi_left.png'); 
}

#nav_arrow {
  z-index: 4;
  position: absolute;
  left: 50%;
  top: 169px;
  /*margin-left: -408px;*/ 
  width: 26px; 
  height: 13px; 
  background-image: url('template/navi_arrow.png'); 
}

#left_content {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 187px;
  margin-left: -447px; 
  width: 224px; 
  height: 300px;
  background-image: url('template/line_side.jpg'); 
  background-position: left bottom; 
  background-repeat: no-repeat; 
  background-color: #FFFFFF;
}

#right_content {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 187px;
  margin-left: 223px; 
  width: 224px; 
  height: 300px;
  background-image: url('template/line_side.jpg'); 
  background-position: left bottom; 
  background-repeat: no-repeat; 
  background-color: #FFFFFF;
}

#mid_content {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 187px;
  margin-left: -218px; 
  width: 436px; 
  background-image: url('template/line_mid.jpg'); 
  background-position: left bottom; 
  background-repeat: no-repeat; 
  background-color: #FFFFFF;
}



