body {
	height:100%;
	width:100%;
	margin:0;padding:0;
	overflow:hidden;
}

#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:30px;left:0;
	background-color:#ccc;
	overflow:hidden;
}

#mask {
	width:100%;
	height:100%;
}

.navigation {
	min-height:30px;
	text-align:center;
	background-color:#768e30;

	font-size: 1.5rem;
	padding-top: 0.2rem;
}

.slide {
	width:100%;
	height:100%;
	float:left;
}

.content {
	width:100%;
	height:100%;
	margin:0 auto;
	position:relative;
}

.frame {
	width:100%;
	height:100%;
	border:none;
}

.selected {
	background:#fff;
	font-weight:700;
}

.clear {
	clear:both;
}


a:link { color: #3c4226; }
a:visited { color: #3c4226; }
a:hover { color: #9cb84a; }
a:active { color: #9cb84a; }


/***  SLIDE 1  ***/



#slide1
{
	background-color:#95b54a;
}

/*  Background  */
#slide1 img:first-child
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -316px;
	margin-left: -420px;
}

/*  Knight  */
#slide1 img:nth-child(2)
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -100px;
}

/*  Left Rabbit  */
#slide1 img:nth-child(3)
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 120px;
	margin-left: 145px;
}

/*  Musical Note  */
#slide1 img:nth-child(4)
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 60px;
	margin-left: 175px;
}

/*  Right Rabbit  */
#slide1 img:nth-child(5)
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 125px;
	margin-left: 250px;
}
