body div#welcome_image {
	width:100%;
	height:100px;
	background: transparent url(/images/welcome.gif) no-repeat;
}

body.about #welcome_image {
	background: transparent url(/images/about.gif) no-repeat;
}

body.camping #welcome_image {
	background: transparent url(/images/camping.gif) no-repeat;
}

body.contact #welcome_image {
	background: transparent url(/images/contact.gif) no-repeat;
}

body.events #welcome_image {
	background: transparent url(/images/events.gif) no-repeat;
}

body.gallery #welcome_image {
	background: transparent url(/images/gallery.gif) no-repeat;
}

body.map #welcome_image {
	background: transparent url(/images/map.gif) no-repeat;
}

body.rates #welcome_image {
	background: transparent url(/images/rates.gif) no-repeat;
}

body.recreation #welcome_image {
	background: transparent url(/images/recreation.gif) no-repeat;
}

body.reservations #welcome_image {
	background: transparent url(/images/reservations.gif) no-repeat;
}

body.thankyou #welcome_image {
	background: transparent url(/images/thankyou.gif) no-repeat;
}

body.rules #welcome_image {
	background: transparent url(/images/rules.gif) no-repeat;
}

body.thankyou #welcome_image {
	background: transparent url(/images/thankyou.gif) no-repeat;
}

body.commentary #welcome_image {
	background: transparent url(/images/commentary.gif) no-repeat;
}