#content_wrapper{
	background-image:url(../images/bg.jpg);
	background-position:center;
}

#main_content .wrap{
	background-color:#fdd000;
	border:solid 5px #fff;
	border-radius: 20px;
	-ms-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	margin:50px 0;
	padding:47px 0 25px 41px;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

#song{
	width:886px;
	height:459px;
	background-image: url(../images/song_bg.png);
	display:block;
	position:relative;
	margin-top:20px;
	text-align:center;
}
#song iframe{
	margin:27px auto;
}
#lineup{
	margin-top:20px;
}
#lineup li{
	float:left;
}

#use{
	background-image:url(../images/use_bg.png);
	width:886px;
	height:334px;
	display:block;
	position:relative;
	margin-top:20px;
}
#use iframe{
	position:absolute;
	top:27px;
	left:360px;
}


#bottoms{
	margin-top:20px;
	text-align: right;
	padding-right:47px;
}
#bottoms small{
	display:block;
	margin-top:15px;
}
#social_wrap{
	float:left;
}
#social_wrap a{
	float:left;
}
#social_wrap iframe{
	float:left;
}


/*pagetop*/


.pagetop {
	position:relative;
	width:100%;
	height:0;
	margin:0 auto;
	/*display:none;*/
	z-index:1000;
}
.pagetop a{
	background-image:url(../images/btn_pagetop.png);
	position: fixed;
	bottom: 0px;
	display: block;
	width: 75px;
	height:91px;
	right:40px;
	text-indent:-999px;
	overflow:hidden;
	display:none;
}
.pagetop a:hover{
	background-position:0 -91px;
}