/* Dancers Page */
.dancers {
	background-image: url('/img/bkg_dancers_box.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 878px;
	height: 568px;
	overflow: hidden;
	padding: 55px 30px 0px 30px;
	color: #ffffff;
}

.dancers.light {
	background-image: url('/img/bkg_dancers_box_light.png');
}

.dancers_inner {
	position: relative;
	width: 878px;
	height: 568px;
}

.dancer_frame {
	background-image: url('/img/bkg_dancer_frame2.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 200px;
	height: 265px;
	font-size: 10px;
	text-align: center;
	padding: 5px 0px 0px 0px;
}

.dancers a {
	color: #ffffff;
	text-decoration: none;
}

.dancers a:hover {
	text-decoration: underline;
}