@media only screen and (max-width:680px){

	#content{
		width: 63%;
	}
	#bandimage{
		width: 90%;
	}
}

body{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
	font-size:12px;
	background:#f9fafb;
}
#content{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	width: 350px;
}
.inner{
	width: 500px;
}
a{
	font-family: Sans-serif;
    color: #000;
    text-decoration: none;
}
a:visited{
    color: #000;
    text-decoration: none;
}
a:hover{
	color:#777;
}
h3{
	margin-top: 1px;
}
.hr75{
	width: 50%;
}
.soundframe{
	border: none;
	overflow: hidden;
	width: 90%;
}
.date{
	position: absolute;
	left: 0px;
}
#bandimage{
	width: 85%;
}