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

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	margin: auto;
	background-image:url(images/background.gif);
	background-repeat:repeat;
	}

#container{
	width: 900px;
	height:820px;
	margin: auto;
	overflow:hidden;

}

#content{
	width:700px;
	height:800px;
	background-image:url(images/background_content.png);
	background-repeat: no-repeat;
	position: relative;
	top: 20px;
	right:-200px;
}
.information{
	width:400px;
	height: 540px;
	margin: auto;
	background-color:#FFF;
	position: relative;
	top: 220px;
	left: 100px;
	overflow:scroll;
	overflow-x: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	text-align:center;
	padding:10px;
	letter-spacing: 0.1em;
	line-height: 16px;
}
.information2{
	width:400px;
	height: 540px;
	margin: auto;
	background-color:#bde3ff;
	position: relative;
	top: 220px;
	left: 100px;
	overflow:scroll;
	overflow-x: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	text-align:left;
	padding:10px;
	letter-spacing: 0.1em;
	line-height: 16px;
}
#spry{
	width:400px;
	height: 540px;
	margin: auto;
	background-color:#bde3ff;
	position: relative;
	top: 220px;
	left: 100px;
	overflow:scroll;
	overflow-x: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	text-align:left;
	padding:10px;
	letter-spacing: 0.1em;
	line-height: 16px;
}
.title{
	width:628px;
	height: 207px;
	position: relative;
	top: -790px;
	left: 240px;
	text-align:left;
	z-index:1;
}
.sign{
	width:350px;
	height: 655px;
	position: relative;
	top:-840px;
	left: 20px;
	z-index: 2;
	/*z-index places an object on top of others. It is placing the sign on top of the div with the background of grey*/
}
.home{
	width:125px;
	height:59px;
	position: relative;
	top: -1097px;
	left: 65px;
	z-index: 4;
	/*z-index places an object on top of others. It is making the home button be on top of the sign*/
}
.kids{
	width:125px;
	height:59px;
	position: relative;
	top: -1157px;
	left: 220px;
	z-index: 4;
	/*z-index places an object on top of others. It is making the home button be on top of the sign*/
}
.photo{
	width:150px;
	height:34px;
	position: relative;
	top: -1148px;
	left: 40px;
	z-index: 4;
	/*z-index places an object on top of others. It is making the photo's button be on top of the sign*/
}
.menu{
	width:115px;
	height:25px;
	position: relative;
	top: -1218px;
	left: 54px;
	z-index: 4;
	/*z-index places an object on top of others. It is making the menu button be on top of the sign*/
}
.about{
	width:90px;
	height:34px;
	position: relative;
	top: -1243px;
	left: 210px;
	z-index: 4;
	/*z-index places an object on top of others. It is making the menu button be on top of the sign*/
}
.coupon{
	width:125px;
	height:59px;
	position: relative;
	top: -1240px;
	left: 185px;
	z-index: 4;
	/*z-index places an object on top of others. It is making the photo's button be on top of the sign*/
}

.footer{
	width: 100px;
	height: 25px;
	position: relative;
	top:225px;
	left: 300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}
.tblue{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
}
.tyellow{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fde89f;
}

