    body:before, body:after {
		    content: "";
		    position: fixed;
		    background: #767676;
		    left: 0;
		    right: 0;
		    height: 20px;
		}
		body:before {
		    top: 0;
		}
		body:after {
		    bottom: 0;
		}
	
		body {
			border-top: 30px solid #767675;
		  
		}
				
		@media  screen and (max-width: 500px),
		
		/* Fairly small screens including iphones */
	
		
		/* iPads */
		@media  screen  and (min-width: 768px) and (max-width: 1024px) 
		
		{
			body {  
			border-top: 10px solid #767676;
		    border-left: 3px solid #767676;
		    border-right: 3px solid #767676;  
			
			}
			body:before, body:after { display: none; }
		}
			
		@media  screen   and (max-width: 1500px) 
		
		{
			body {  
			border-top: 10px solid #767676;
		    border-left: 20px solid #767676;
		    border-right: 20px solid #767676;  
			
			}
			body:before, body:after { display: none; }
		}
		
		
		@media  screen  and (min-width: 1500px)
		
		{
			body {  
			border-top: 20px solid #767676;
		    border-left: 150px solid #767676;
		    border-right: 150px solid #767676;  
			
			}
			body:before, body:after { display: none; }
		}
}

