@charset "utf-8";
/* CSS Document */

body {
	background-color: #66ccff;
	}
	
.wrapper {
	margin: 0px auto;
	height: 725px;
	width: 1024px;
	background-image:url(../image/bg.png);
	background-repeat: repeat-x;
	}
	
#logo {
	font-size: 36px;
	color: #0066FF;
	}
	
#pic {
	position: relative;
	top: -55px;
	right: 15px;
	margin: 0px 20px;
	float: right;
	}	
	
#video {
	float: left;
	margin: 0px 20px;
	}	
	
	
#hours {
	clear: left;
	position: absolute;
	float: left;
	margin: 25px 10px;
	top: 588px;
	width: 224px;
	left: 280px;
	}	
	
#tagline {
	position: absolute;
	float: left;
	margin: 25px 10px;
	top: 588px;
	width: 268px;
	left: 557px;
	}		
	
#products {
	position: absolute;
	float: left;
	margin: 25px 10px;
	top: 588px;
	width: 362px;
	left: 875px;
	}			
	
#footer {
	clear:both;
	position: absolute;
	top: 771px;
	font-size: 30px;
	padding: 3px;
	color:#FFF;
	background-color: #ff3300;
	height: 35px;
	margin: 0px auto;
	border: thin #000000 solid;
	width: 1016px;
	left: 280px;
	}		

