            html {
	            height: 100%;
	        } 
	        
            body {
	            font-family: arial,verdana,helvetica,sans-serif;
	            font-size: .75em;
                height: 100%;  
                margin: 0;  
                text-align: center;
			}
			 
            #wrapper {  
                background-image: url(BackgroundRepeat1.jpg); 
                width: 100%; 
                margin: 0 auto; 
                height: 1000px; 
                text-align: left; 
            } 
            
            #content { 
                background-image: url(BackgroundRepeat1.jpg);
				padding-left: 300px;
				padding-top: 380px;
				width: 395px;
            } 
            
            a img {
				border: 0;
			}
				
            #home {
                position: absolute;
                margin-top: 28px;
                margin-left: 310px;
            }
                
			#about_us {
				position: absolute;
				margin-top: 55px;
				margin-left: 380px;
			}
				
			#news_and_events {
				position: absolute;
				margin-top: 20px;
				margin-left: 523px;
			}
			
			#about_karate {
			    position: absolute;
			    margin-top: 125px;
			    margin-left: 194px;
			}
			
			#links {
			    position: absolute;
			    margin-top: 100px;
			    margin-left: 305px;
			}
			
			#gallery {
			    position: absolute;
			    margin-top: 99px;
			    margin-left: 508px;
			}
			
			#contact_us {
			    position: absolute;
			    margin-top: 127px;
			    margin-left: 590px;
			}
			
			#maincontent {
			    text-align: center;
			    font-family: Trebuchet MS;
			    color: #444;
			    font-weight: bold;
			    font-size: 1.1em;
			}
			
			#quote {
			    text-align: center;
			    color: #444;
			}
			
			#footer {
			    background-color: #000000;
			    color: #FFFFFF;
			    font-size: .85em;
			    width: 100%;
			    height: 60px;
			    top: 1000px;
			    padding-top: 2px;
			    position: absolute;
			    text-align: center;
			}
