.text-gray{ color:#999;}
.rules-title{ cursor:pointer;}

#main-content{
	background:url('/static/index/img/club/club_bottom_1920.jpg?v9') no-repeat bottom center; 
	padding-bottom: 500px; 
	background-size: 100%;
}

@media screen and (min-width:640px) and (max-width: 1919px){
	#main-content{
		background-size: auto;
	}
}

@media screen and (max-width:639px){
	#main-content{
		padding-bottom: 280px; 
		background-size: 200%;
	}
}