body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-position: top;
	background-color: #841D0A;
	background-repeat: repeat-x;
}
#intro {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top {
	height: 180px;

}
#main {
	text-align: center;
	height: 354px;
}
#main span {
	padding-top: 58px;
	display: block;
	margin-right: 5px;
}

#bottom {
	height: 60px;
	background-image: url(images/daysopen.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
}
#credits {
	text-align: right;
	width: 800px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #e1e1e1;
	text-decoration: none;
}
#bottom a, #credits a {
	color: #e1e1e1;
	text-decoration: none;
}
#bottom a:hover, #credits a:hover {
	color: #FF9900;
	text-decoration: none;
}
#bottom a img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	right: 0px;
	bottom: 50px;
}
#footer-phone {
background-image:url(../images/telephone.png);
background-position:left center;
background-repeat:no-repeat;
color:#FFFFFF;
display:block;
float:right;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:x-large;
margin:-10px 0 0;
padding:0 0 0 25px;
}
