  *{
	  padding:0;
	  margin:0;
  }
  
  body{
	  background: url(media/minimise2.jpg) no-repeat center center fixed; 
	  background-size: cover;
	  font-family: helvetica,arial,sans-serif;
	  color:white;
  }
  
  #wrapper{
	  width:50%;
	  margin-left: auto;
	  margin-right: auto;
	  padding:20px;
	  margin-top: 40%;
	  background-color: rgba(0, 0, 0, 0.5);
  }
  li{
	  list-style: none;
  }
  
  a:link {
	  text-decoration: none;
	  color: #dfdede;
  }
  
  a:visited {
	  text-decoration: none;
	  color: #b6b5b5;
  }
  
  a:hover {
	  color:white;
	  text-decoration: underline;
  }
  
  a:active {
	  color:red;
	  text-decoration: underline;

  }