body{
  background-color:black;
  /*
  background-image:url("images/background3.png");
  background-repeat:no-repeat;
  background-position: center top;
  */
  margin: 0px;
}

div.main{
  width:500px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

div.top{
  vertical-align:top;
  height:200px;
  padding-top:15px;
}
div.center{
  vertical-align:top;

}
div.bottom{
  min-height:70px;
  width:100%;
  bottom:20px;
  position:absolute;

}
div.icons{
  margin: 0px auto;
  text-align:center;
}

div.listen{
  margin: 0px auto;
  text-align:center;
}

img.listen{
  width:100px;
}

img.logo{
  width:500px;
}

img.icon{
  padding:10px;
  height:60px;
  border: none;

}

img.background{
  width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;

}