#main {
	background-image: url(../tour/main-summertour.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 709px;
	position: relative;
}

#dates {
	left: 126px;
	top: 172px;
	width: 162px;
	height: 54px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#dates:hover {
	border: 3px solid #9933FF;
}

#teams {
	left: 123px;
	top: 245px;
	width: 164px;
	height: 53px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#teams:hover {
	border: 3px solid #9933FF;
}

#playlist {
	left: 123px;
	top: 322px;
	width: 164px;
	height: 52px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#playlist:hover {
	border: 3px solid #9933FF;
}

#photos {
	left: 124px;
	top: 399px;
	width: 164px;
	height: 53px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#photos:hover {
	border: 3px solid #9933FF;
}

#reviews {
	left: 124px;
	top: 467px;
	width: 164px;
	height: 53px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#reviews:hover {
	border: 3px solid #9933FF;
}

#page_bottom {
	bottom: 10px;
	right: 10px;
	position: absolute;
}

#footer {
	background-image: url(../tour/header-summertour.jpg);
	background-position: 0 -34px;
}
