html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
      background-color:#FFFFFF;
   }

img.topleftstyle { position:absolute;
				   left:0%;
				   height:100%;
				   width:15%;
			 	 }
			 
img.toprightstyle { position:absolute;
				   	left:85%;
				   	height:100%;
				   	width:15%;				   
				  }

img.bottomleftstyle { position:absolute;
				   	  left:0%;
				   	  height:100%;
				   	  width:15%;
			 	   	}
img.bottomrightstyle { position:absolute;
					   left:85%;
				   	   height:100%;
				   	   width:15%;				   
			 	 	 }

img.menubutton { width:80%; height:10%;
                 border-style:none;
                 text-align:center;
                 left:auto; right:auto;
               }
               
img.menubutton:hover { background-color:#803030;
                       width:90%; 
                       border-style:none;
                       left:auto; right:auto;                       
                     }

img.title { position:absolute;
            left:15%;
            width:70%;
            height:100%
          }                                  
                     
div.head { background-color:#800000;
		   position:absolute;
		   top:0%;
		   right:0%;
		   width:100%;
		   height:10%;
		 }
		 
div.bottom { background-color:#800000;
		   	 position:absolute;
		   	 top:90%;
		   	 right:0%;
			 width:100%;
			 height:10%;
		   }

div.bottomtxt { color:#FF9933;
                position:absolute;
                top:90%;
                left:15%;
                width:70%;
                height:10%;
              }           
           
div.right { background-color:#800000;
		  	position:absolute;
		  	top:10%;
		   	right:0%;
			height:81%;
			width:15%;
            text-align:center;
		   }
           
iframe.themain { position:absolute;
                 top:12%;
                 left:2%;
                 height:74%;
                 width:80%;  
                 border: medium groove #800000;             
               }
               
img.topleftbutton { position:absolute;
				   left:0%;
				   height:100%;
				   width:15%;
                   border-style:none;
                  }
                  
img.bottomleftbutton { position:absolute;
			 	   	   left:0%;
		 		   	   height:100%;
	 			   	   width:15%;
                       border-style:none;
                     }	
                     
a.button { height:100%; 
         }
         
