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

#tour1 {
	left: 136px;
	top: 501px;
	width: 176px;
	height: 36px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#tour1:hover {
	border: 3px solid #990033;
}

#tour2 {
	left: 417px;
	top: 110px;
	width: 175px;
	height: 36px;
	/*border: 3px dotted blue;*/
	position: absolute;
}
#tour2:hover {
	border: 3px solid #990033;
}

#tour3 {
	left: 423px;
	top: 506px;
	width: 175px;
	height: 36px;
	/*border: 3px dotted green;*/
	position: absolute;
}
#tour3:hover {
	border: 3px solid #990033;
}

#tour4 {
	left: 128px;
	top: 109px;
	width: 195px;
	height: 36px;
	/*border: 3px dotted green;*/
	position: absolute;
}
#tour4:hover {
	border: 3px solid #990033;
}

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