/* CSS Document */

body { 
background-color: #FFF; 
}
	
#main { 
width: 862px; 
min-height: 559px; 
margin: 0px auto;
background-image: url(images/home_bg.jpg);
background-repeat: no-repeat;
background-color: #0E0504;
color: #FFF;
text-align: left;
}

#main h1 { display: none; }

#info { clear: both; position: relative; height: 500px; z-index: 1; }
	#hours {
	float: left;
	width: 65%;
	padding-left: 25px;
	padding-bottom: 25px;
    position: absolute;
	bottom: 0;
	line-height: 18px;
	}
	#address {
	float: right;
	padding-right: 25px;
	padding-bottom: 25px;
	position: absolute;
	bottom: 0;
	left: 575px;
	line-height: 24px; }
