/*---------------------Copy------------------------------*/
.copy{
	color: #5C5C5C;
	font-weight:normal;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size:11px;
	text-decoration:none;

}
.copyR{
	color: #5C5C5C;
	font-weight:normal;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size:11px;
	text-decoration:none;

}
.copyR:hover{
	color: #FF0000;
	text-decoration: underline;
}
.copyR1{
	color: #5C5C5C;
	font-weight:normal;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size:11px;
	text-decoration: underline;

}
.copyR1:hover{
	color: #FF0000;
}
.bg_music {
	background-image: url(bg_music.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*---------------------Copy------------------------------*/
.left{
	background-image: url(left.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.right{
	background-image: url(right.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.content{
	background-image: url(bg_content.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.img img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity: 1;
}
.img:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);-moz-opacity: 0.75;}