@charset "utf-8";

/* CSS Document */

html{

overflow: hidden;

}



body{

	background-color: #6699ff;

	font-family: century gothic, verdana, sans-serif;

	font-size: 12px;

	color:#FFF;

}



h1 {

	font-family: century gothic, verdana;, sans-serif;

	font-size: 16px;

}





a {

	font-family: century gothic, verdana;, sans-serif;

	font-size: 18px;

}



a:link{

	text-decoration: none;

	color: #ffffff;

	

}



a:visited{

	text-decoration: none;

	color: #FFF;

	

}

 

a:hover{

	text-decoration: underline;

	color: #93C;

	

}



a:active{

	text-decoration: underline;

	color: #FC0;

}



a:focus{

	text-decoration: underline;

	color: #FC0;

	

}



li{ 

list-style: none;

}

img {

	border: none;

}





#cookies{

	position: absolute;

	top: 0px;

}



#sleeping{

	position: absolute;

	top: 400px;

}

#egg{

	position: absolute;

	top: 800px;

}

#bowling{

	position: absolute;

	top: 1200px;

}



#moon{

	position: absolute;

	top: 1600px;

}

#hippo{

	position: absolute;

	top: 2000px;

}

#narwol{

	position: absolute;

	top: 2395px;

}

#donut{

	position: absolute;

	top: 2800px;

	padding-bottom: 50px;

}

#description1{

	position: absolute;

	top: 0px;

	left: 340px;

	width: 280px;

}
#description2{
	position: absolute;
	top: 400px;
	left: 340px;
	width: 280px;
}
#description3{
	position: absolute;
	top: 800px;
	left: 340px;
	width: 280px;
}
#description4{
	position: absolute;
	top: 1300px;
	left: 340px;
	width: 280px;
}
#description5{
	position: absolute;
	top: 1650px;
	left: 340px;
	width: 280px;
}

#description6{
	position: absolute;
	top: 2050px;
	left: 340px;
	width: 280px;
}
#description7{
	position: absolute;
	top: 2480px;
	left: 340px;
	width: 280px;
}
#description8{
	position: absolute;
	top: 2800px;
	left: 340px;
	width: 280px;
}
#uparrow{

	position:fixed;

	top:0px;

	left: 640px;



}



#downarrow{

	position:fixed;

	top: 100px;

	left: 640px;



}


