* {padding:0; margin:0;}




nav {
 background-color:black ; 
 Height: 50px;
 opacity: 0.4;
 }
 
nav ul { 
	
	height: 50px;
	width: 625px;
	margin: 0 auto;
	
	}
	 
	

nav ul li { 
 list-style-type: none;
 width: 150px;
 float: left;

 text-align: center;
 }
 
nav ul li a { display: block;
		Text-decoration: none;
		color: white;
		line-height: 50px;
		display:block;
		
		}
		
 li a:hover {
	background-color: grey;
	color: red;
	
}

html { 
  background: url(http://i.imgur.com/mtei9z6.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
		

/*body {
    background-image: url(http://i.imgur.com/mtei9z6.jpg);
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	width: 100%;
    height: auto;
}*/

  h1{
  	Font-size: 300%;
	color: white; 
	position:relative;
	left: 100px;
	top: 100px;




}

footer {  

	background-color: ;
	height: 50px;
	opacity: ;
	
	right: 200px;


}


p {
	color: white;






}
img {

padding-right: 2px;
	




}











}		
	
		
	
	






  
