body {margin:0;}
#headerTable{
	
           position: absolute;
               font: 11px, arial, white;
                top: 130px;
               left: 110px;
         text-align: center;
               font: bold 10px Verdana;
         font-color: white; 
             margin: 0;
            padding: 0;             
}
h1 img {
	display: block;
}
#pHeader{
              font: bold 32px Staccato222 BT;
        text-align: left;
             color: orange;
}

#header {
	         
	      background: url("http://www.beritmila.org/images/header.jpg");
     background-position: 0% 0%;
   background-attachment: scroll;
       background-repeat: no-repeat;
        background-color: transparent;
                   width: 1000px;
                  height: 170px;
                     top: 4px;
		  margin: 0;
		 padding: 0;
                    left: 3;
	      text-align: center;
                 z-index: 1;
        
}
#headerTable{
                     top: 110px;
                  height: 21px;

}
#bodyTable{
	
           position: absolute;
               font: 12px, verdana, white;
                top: 165px;
               left: 100px;
              width: 605px;
         text-align: justify;
               font: normal 12px Verdana;
             margin: 0;
            padding: 0;
            
                     
}
#body {
                 
	      background: url("http://www.beritmila.org/images/body.jpg");
     background-position: 0% 0%;
   background-attachment: scroll;
       background-repeat: repeat-y;
        background-color: transparent;
                   width: 900px;
                  height: 630px;
                     top: 0px;
                  margin: 0;
	         padding: 0;
	            left: 3;
	         z-index: 2;
}


#footer {
        	 
              background: url("http://www.beritmila.org/images/footer.jpg");
     background-position: 0% 0%;
   background-attachment: scroll;
       background-repeat: no-repeat;
        background-color: transparent;
	           width: 1000px;
	          height: 165px;
		  margin: 0%;
                 padding: 0;
	            left: 10;
	         z-index: 3;
}



.anylinkcss
	{
	           position: absolute;
	         visibility: hidden;
	             border: 1px solid black;
	border-bottom-width: 0;
	               font: bold 10px Verdana;
	        line-height: 18px;
	            z-index: 100;
	   background-color: #E9FECB;
	              width: 205px;
                       link: white;
}

.anylinkcss a{
	          width: 100%;
	        display: block;
	    text-indent: 0px;
	  border-bottom: 1px solid black;
	        padding: 1px 0;
             text-align: left;
	text-decoration: none;
	    font-weight: bold;
	    text-indent: 0px;
}

.anylinkcss a:hover
	{ 
	/*hover background color*/
	background-color: black;
	           color: white;
}