body {
	margin-top: 0px;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	background-color: #9BCEF2;

}
#container {
	margin: 0px;
	padding: 0px;
	width: 760px;
	background-image: url(../assets/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
#header {
	position: relative;
	background-image: url(../assets/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 750px;
	height: 550px;

}
#go_iceskating{
	position: absolute;
	top: 443px;
	left: 263px;
	width: 170px;
	height: 70px;
}
#go_jungleplayground{
	position: absolute;
	top: 338px;
	left: 438px;
	width: 270px;
	height: 70px;
}
#go_cafe{
	position: absolute;
	top: 125px;
	left: 602px;
	width: 135px;
	height: 70px;
}
a img{
	border: none;
}
#content {
}
.clear {
	clear: both;
}
#innerContainer{
}





