html,
body {
	width: 100%;
	height: 100%;
}

body {
	font: 14px "Roboto";
	padding: 10px;
	color: #666666;
	background-color: #000000;
}

div.page {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: url(/img/IMG_6276r.JPG) no-repeat -200px fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: auto;
}

div.container {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 0px;
	text-align: center;
	width: 850px;
}

div.artist-info {
	float: left;
	position: relative;
	width: 258px;
	height: 325px;
	padding: 20px;
	background-color: #eeedeb;
	border-radius: 4px;
	border: 1px solid #ceccc5;
	vertical-align: top;
}

div.artist-info h1 {
	padding: 0px;
	margin: 0px 0px 25px;
	font-weight: 300;
	font-size: 36px;
}

div.artist-info,
iframe {
	opacity: 0.8;
	margin: 10px;
}

iframe {
	display: block;
	border-radius: 12px;
	/* float: right; */
}

div.artist-info div.social {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 10px;
}

div.artist-info div.social a {
	display: inline-block;
	color: #999999;
	min-width: 18px;
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	text-decoration: none;
	margin: 6px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 50%;
	text-align: center;
	padding: 12px;
}

div.artist-info div.social a:hover {
	color: #333333;
	border: 1px solid rgba(0, 0, 0, 0.52);
}

div.videos {
	position: absolute;
	top: 375px;
	right: 530px;
}

div.videos iframe {
	opacity: 100%;		
}

div.albums {
	float: right;
}
