#wrapper {
	width: 640px;
	margin: 0 auto;
	padding-top: 100px; 
}


body, html {
  height: 100%;
    margin: 0;
}

.bg {
  /* The image used */
  background-image: url("images/ACTNGO.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#soundcloud {
	width: 600px;
}

#socials ul {
	list-style: none;
	text-align: center;
	margin: 10 0 0 0;
	padding: 0;
}

#socials ul li {
	display: inline-block;
	padding-right: 10px;
}

#socials {
	position: absolute;
	bottom: 50px;
	left: 45%;
}

.clear {
	clear: both;
}

