body {
  	background-image: url('wwback.jpg');
	background-color: black;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: center;
	}

footer {
	text-align: center;
	padding-bottom: 50px;
	bottom: 0;
	position: fixed;
	width: 100%;  
	color: white;
}

.centertext {
	background-repeat: repeat-x;
	background-attachment: fixed; 
	background-position: center; 
	display: inline-block; 
	position: fixed; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	width: 100%; 
	height: 131px; 
	margin: auto; 
	}

@font-face { 
	font-family: impactrev;
	src: url("impactrev.ttf");
	} 

h1 	{ 
	font-family: impactrev; 
	font-size: 60px
	} 

h2	{ 
	font-family: impactrev; 
	font-size: 30px 
	} 
