/* Styles for index.html */

#so_credits {
	position:relative;
	margin:25px auto 0px auto;
	width:350px; 
	font-size:0.7em;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	height:90px;
	padding-top:4px;
}

#so_credits img {
	float:left;
	margin:5px 10px 5px 0px;
	border:1px solid #000000;
	width:80px;
	height:79px;
}

#visuals{
  position: absolute;
  text-align: center;
  width: 100%;
  height: 250px;
  margin-top: 50px;
  border: 0;
}

#imageContainer {
 
	position: absolute;
	width:320px;
	left: 33%;
	border:1px solid #000;
}
/*
#ytContainer {
  left: 5%;
	position:absolute; 
	width:320px;
  margin: 0;
	border:0;
  float: left;
} */

#counter{
  position: absolute;
  top: 85%;
  left: 45%;
  width: 10%; 
  
}