body {
	background: url(http://i.imgur.com/eIayPns.jpg) no-repeat scroll center top #3377ff;
	margin: 0 auto;
	padding: 0 auto;
	background-size: cover;
	font-family: Impact, Charcoal, sans-serif;
}

#artist-info {
	position: absolute;
	right: 10%;
	top: 40%;
	width: 30%;
	color: #333;
	text-align: center;
	font-size: 2em;
}

#artist-logo {
	position: absolute;
	right: 20%;
	top: 10%;
	width 20%;
	
	/* remove once logo recieved*/
	font-size: 5em;
	font-family: Georgia, serif;
}

#bottom-wrapper {
	position: absolute;
	width: 100%;
	height: 4em;
	bottom: 2em;
	padding: 0;
	margin: 0;

	background: #375;
}

#links-ico {
	float:left;
}

#links-ico li {
	text-align: center;
	height: 32px;
	width: 32px;
	display: inline-block;
	margin: 0;
	background-size: 32px 100%;
	background-repeat: no-repeat;
	list-style: none;
}

#links-ico li:hover {
	transition:.3s;

	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}
#ico-yt {background-image: url(./youtube-4-32.png)}
#ico-tw {background-image: url(./twitter-4-32.png)}
#ico-fb {background-image: url(./facebook-4-32.png)}
#ico-ig {background-image: url(./instagram-4-32.png)}

#menu {
	height: 100%;
	float: right;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 1.3em;

	padding: 0;
	margin-right: 2em;
}

#menu ul {
	height: 100%;
	top: 0;

	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	height: 100%;

	float: left;
	display: block;
	padding-right: 1em;
	padding-left: 1em;
}

#menu a {
	color: #333;
	text-decoration: none;
}

#menu li:hover {
	background: #486;
	transition: .3s;
}

#menu span {
	height: 100%;
	width: 100%;
	vertical-align: middle;
	display: block;
	text-align: center;
	margin-top: 0.9em;
	margin-bottom: 0.5em;
}
