body,html{
	text-align: center;
	margin: 0;
	padding: 0;
	color: #ddd;
}

body{
	background: url('bokeh.jpg') no-repeat center top #000000;
}

#home h1{
	font-family: "Yanone Kaffeesatz", sans-serif;
	font-size: 100px;
	margin-top: 210px;
	font-weight: normal;
	text-shadow: 2px 2px 8px #000;
	margin-bottom: 0;
}

#home h1 a, li a{
	color: rgba(230,255,240,1);	
	text-decoration: none;
}

#home ul{
	margin: 0;
	
	margin-left: -45px;
}

#home li{
	display: inline;
	font-family: "Yanone Kaffeesatz", sans-serif;
	text-shadow: 2px 2px 4px #000;
	font-size: 40px;
	margin: 0 15px;
}

li a:hover{
	color: rgba(255,255,255,1);	
	text-decoration: underline;
}

h1 a:hover{
	color:#fff;
	text-shadow: 2px 2px 10px #000;
}