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

body {
	background-color: #F58220;
	margin: 0;
	padding: 0;}

#content {
	position: relative;
	/* border: solid 3px black; */
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 499px;
	width: 974px;
	background-image: url(../images/main.png);
	background-repeat: no-repeat;}
	
#footer {
	/* border: solid 3px white; */
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 971px;
	height: 279px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;}
	
	/* Buttons Start */
	
#blog {
	position: absolute;
	left: 5px;
	top: 345px;}

#playcentre {
	position: absolute;
	left: 329px;
	top: 250px;}
	
#kids {
	position: absolute;
	left: 653px;
	top: 345px;}	
	
	/* Buttons End */
	
#footer h1 {
	padding-bottom: 0;}
	
h1, p {
	margin: 0;
	padding-bottom: 1em;}
	
h1 {
	font-size: 12px;
	line-height: 1.5em;}

/* Mouse Over Functions */
	
.wborder:hover {
	border:3px solid white;
	padding:0px;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px 36px 36px 36px;
	z-index: 10;}

.wborder {
	/* padding:3px; */
	border:none;
	z-index: 10;}
	