﻿/* Front Page Content Area */
#wrap {
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#show_top {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#show_top ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#show_top li {
	margin: 0px;
	padding: 0px;
}
#show_top ul li a {
	display: block;
	margin: 0px;
	padding: 0px;
}
#show_top ul li a.morningBUT {
	background-position: left top;
	width: 1000px;
	height: 200px;
	text-indent: -9999px;
	background-image: url('../images/morning_show_button.jpg');
	background-repeat: no-repeat;
}
#show_top ul li a.morningBUT:hover {
	background-image: url('../images/morning_show_button.jpg');
	background-repeat: no-repeat;
	background-position: 0px -200px;
}
#show_top ul li a.heavenBUT {
	background-position: left top;
	width: 1000px;
	height: 200px;
	text-indent: -9999px;
	background-image: url('../images/heaven_button.jpg');
	background-repeat: no-repeat;
}
#show_top ul li a.heavenBUT:hover {
	background-image: url('../images/heaven_button.jpg');
	background-repeat: no-repeat;
	background-position: 0px -200px;
}
#show_top ul li a.chapelBUT {
	background-position: left top;
	width: 1000px;
	height: 200px;
	text-indent: -9999px;
	background-image: url('../images/chapel_sch_button.jpg');
	background-repeat: no-repeat;
}
#show_top ul li a.chapelBUT:hover {
	background-image: url('../images/chapel_sch_button.jpg');
	background-repeat: no-repeat;
	background-position: 0px -200px;
}