.white_panel {
	background-image: url(images/white_back.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.stars {
	background-image: url(images/stars_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.welcome {
	background-image: url(images/club_welcome.gif);
	background-repeat: no-repeat;
}
.club_bottom {
	background-image: url(images/club_bottom.gif);
	background-repeat: no-repeat;
}
.club_middle {
	background-image: url(images/club_middle.gif);
	background-repeat: repeat-y;
}
.border {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D21D56;
	border-left-color: #D21D56;
}
