body {
	background: #F5F4F4;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
}
.wrapper  { 
	text-align: left; 
	margin: 20px auto 20px auto; 
	position: top; 
	width: 1000px 
}

.menu {
  position: relative;
  top: 10px;
  left: 50%;
  margin-top: 10px;
  margin-left: -500px;
  border: 0;
  width: 1000px;
  height: 40px;
  text-align: center;
  padding: 20px;
}

.menu a {
	position: relative;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px 10px 20px;
	color: #000;
	text-align: center;
	font: 18px 'Open Sans',helvetica,arial,sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	text-decoration: none;
}
.menu a:hover {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px 10px 20px;
	color: #999;
	text-align: center;
	font: 18px 'Open Sans',helvetica,arial,sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	text-decoration: none;
}
a {
   font: 14px/20px 'Open Sans', helvetica, sans-serif;
   font-weight: 300;
   color: #999;
   text-decoration: none;   
}
a:hover {
   font: 14px/20px 'Open Sans', helvetica, sans-serif;
   font-weight: 300;
   color: #000;
   text-decoration: none;
}