@charset "utf-8";
/* CSS Document */
html {
	height:100%;
	margin:0;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-size: cover;
	height:100%;
	background-color:#8494AE;
	margin:0;
}
.container {
	width: 100%;
	height: 100%;
	float:left;
}

.socials {
	width:388px;
	margin: 25% auto 0;

}

.socials a {
	width: 50px;
	height:50px;
	float:left;
	display:inline;
	margin:0 5px;
}

.socials a.fb {
	background: url(images/fb.png) top no-repeat;
}

.socials a.twitter {
	background: url(images/twitter.png) top  no-repeat;
}
.socials a.insta {
	background: url(images/insta.png) top  no-repeat;
}
.socials a.band {
	background: url(images/band.png) top  no-repeat;
}
.socials a.sound {
	background: url(images/sound.png) top  no-repeat;
	width: 71px;
}
	
.socials a.email {
	background: url(images/email.png) top  no-repeat;
}
.socials a:hover {
	background-position: bottom;
}

.copyright {
	position:absolute;
	bottom:80px;
	color: #636363;
	width: 98%;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}