body {
	width: 410px;
	background-color: black;
	color: white;
	margin: auto;
	font-family: sans-serif;
}

a {
	color: grey;
}

ul {
	padding: 0;
	
	list-style: none;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-start;
	
	-moz-flex-direction: row;
	-moz-justify-content: space-between;
	-moz-align-items: flex-start;
	
	-o-flex-direction: row;
	-o-justify-content: space-between;
	-o-align-items: flex-start;

}

nav {
	margin-bottom: 3em;
}

header img {
}

nav img {
	width: 100%;
}

.soundcloud, .twitter, footer {
	margin-bottom: 3em;
}

footer {
	opacity: .5;
	text-align: center;
	padding-top: .5em;
	border-top: 1px solid grey;
	color: darkgrey;
}