body, html, h1, ul {
	margin: 0px;
    padding: 0px;
}

body {
	background-color:#EBEBEB;	
	padding: 180px 0;
	text-align: center;
}

li {
	list-style: none;
	display: inline;	
}

div {
	font-family: "Helvetica Neue", Helvetica, sans-serif;	
	font-size: 18px;
}

div, a {
	color: #999;
	text-shadow: 0 0 1px #FFF;
	text-decoration: none;	
}

h1 {
	font-weight: 100;	
	font-size: 80px;
	color:#333;
	letter-spacing: -1px;
	margin-bottom: 16px;
}

li {
	background-image:url(menu_slash.png);
	background-repeat:no-repeat;
	background-position: right top;	
	margin-left: 10px;
}

a {
	padding-right: 10px;
}

a:hover {
	color: #000;
	text-shadow: 0 0 4px #ccc;	
}
