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

body {
	background-color: #000000;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(../images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.topBlock {
	background-image: url(../images/Top-Block.png);
	height: 330px;
	width: 871px;
	background-repeat: no-repeat;
}
.hours {
	background-image: url(../images/Bottom-Block-Hours.png);
	background-repeat: no-repeat;
	height: 356px;
	width: 272px;
	text-align: center;
}
.hours .innerbottom {
	padding-left: 25px;
	padding-top: 74px;
	padding-right: 25px;
}
.address .innerbottom {
	padding-top: 65px;
	padding-left: 25px;
	padding-right: 25px;
}
.giftcard .innerbottom {
	padding-left: 25px;
	padding-top: 80px;
	padding-right: 25px;
}
.topBlock .innerbottom {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}


.address {
	background-image: url(../images/Bottom-Block-Address.png);
	background-repeat: no-repeat;
	height: 356px;
	width: 272px;
	text-align: center;
}
.giftcard {
	background-image: url(../images/Bottom-Block-giftcard.png);
	background-repeat: no-repeat;
	height: 356px;
	width: 272px;
}
