/* Template */
body {
	background-image: url(/media/kids_tmp_background.jpg);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}

#kids-tour-bg {
	position: absolute;
	top: 41px;
	left: 70px;
	height: 260px;
	width: 380px;
	background-color:#000;
}

#kids-tour {
	position: absolute;
	top: 41px;
	left: 70px;
	height: 260px;
	width: 380px;
	background-color:#000;
	background-repeat: no-repeat;
	background-position: center;
}

#container {
	width:960px;
	margin:0 auto;
	background-image:url(/media/kids_tmp_bg_repeat.jpg);
	background-repeat:repeat-y;
}

#container>#main {
	width:960px;
	height:600px;
	margin:0 auto;
	background-image:url(/media/kids_tmp_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#title {
	height:117px;
	text-align:center;
	
}

#pic-frame {
	margin:0 0 0 212px;
	width:492px;
	height:355px;
	position: absolute;
}


#footer>.content span { font-size:16px;font-weight:bold; }

