 #topH{position:absolute;top:1%;width:90%;left:5%;right:5%;height:10%;}
 #topN{position:absolute;top:13%;width:90%;left:5%;right:5%;height:8%;}
 #topM{position:absolute;top:21%;width:90%;left:5%;right:5%;height:78%;}
 #header { 
	      top: 1%; width: 100%; height: 98%; 
		  border:1px solid; border-color:red;
		  background-image: url(../images/banner1.jpg); 
          background-repeat: repeat;
		  text-align:center; 
         } 
#header1 { 
	   position: absolute; top: 0%; left: 0%; width: 15%; height: 98%; 
	   background-image: url(../images/nurgle.jpg); 
	   border:1px solid red;
       background-repeat: no-repeat; z-index:9999; 
	  
  } 
.main { 
       top: 1%; left: 1%; width: 98%; height:98%; 
      } 

 #navigation { 
              top: 12%;  width: 90%; height: 6%; 
		}


#logMeIn {
 	       position: relative; top: 10%; left: 5%; width: 90%; height:75%;display:none;
		  }
#logMeInDetails {
 	       position: relative; top: 20%; left: 5%; width: 90%; height:75%;display:none;
		  }
#containerHome{position: relative; top:5%; left:1%; width:98%; border:1px solid red}
#containerJoin{position: relative; top:1%; left:1%; width:98%; height:98%;display:none}
#containerSearch{position: relative; top:1%; left:1%; width:98%; height:98%;display:none}
#containerDetails{position: relative; top:1%; left:1%; width:98%; height:98%;display:none}
#containerApprove{position: relative; top:1%; left:1%; width:98%; height:98%;display:none}
#containerCheck{position: relative; top:1%; left:1%; width:98%; height:98%;display:none}
#containerDetails{position: relative; top:1%; left:1%; width:98%; height:98%;display:none}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: none; color: red;}
#navigation ul {
      margin:0;
      padding:10px 0px 0;
	  list-style:none;
      }
    #navigation li {
      float:left;
      background:url(../images/tab2.png);
	  background-repeat:no-repeat;
	  width:95px;
	  height:35px;
      padding:0 0 0 5px;
	  border-bottom:1px solid rgb(144,144,144);
      }
    #navigation a {
      display:block;
      padding-top:11px;
      text-decoration:none;
	  text-align:center;
      font-weight:bold;
      color:#765;
      }
    #navigation a:hover {
      color:#333;
      }

