.main1 {
	background-image: url(../images/intro_pic1.jpg);
	background-repeat: no-repeat;
	padding-top:108px;
}

.main2 {
	background-image: url(../images/intro_pic2.jpg);
	background-repeat: no-repeat;
	padding-top:136px;
}
.main3 {
	background-image: url(../images/intro_pic3.jpg);
	background-repeat: no-repeat;
	padding-top:100px;
	padding-bottom: 20px;
}
.button_bg {
	background-image: url(../images/button_bg_in.jpg);
	background-repeat: repeat-x;
}
.city {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.city:hover{
	font-family: "Century Gothic";
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.age_bg {
	background-image: url(../images/age_bg.jpg);
	background-repeat: repeat-x;
}
.age_18 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
