* {
	margin: 0;
	padding: 0;
}
* body {
	background: #1f1b17;
	font: .8em Helvetica, Arial, Sans-Serif;  
	line-height:17px;
	color: #cecece;
	text-align: center;
	margin: 0 auto;
	height:100%;
}

#intro{ 
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:  -220px;
  margin-left:  -280px;
}

a {
 text-decoration:none;
 color: #899747;
}
a:hover{
	color:#ffffff;
}
