*{
	margin: 0;
	padding: 0;
}
body{
	padding-top: 600px;
	background: white;
	background-image: url("shBlack.png");
	background-repeat: no-repeat;
	background-position:  center;
	padding-left: auto;
	padding-right: auto;
	font-family: helvetica,arial,sans-serif;
}
 #wrapper{
	  width:50%;
	  margin-left: auto;
	  margin-right: auto;
	  padding:20px;
	  text-align: center;
  }
  /* unvisited link */
  a:link {
	color: rgb(143, 48, 7);
  }
  
  /* visited link */
  a:visited {
	color: rgb(143, 48, 7);
  }
  
  /* mouse over link */
  a:hover {
	color: rgb(252, 164, 11);
  }
  
  /* selected link */
  a:active {
	color: blue;
  }
