
/* Splash Page--------------------------------------------------------------
------------------------------------------------------------------------- */
#boy { 
	position: absolute;
	left:154px;
	top:134px;
	width:683px;
	height:499px; 
}

#ball{ 
	position: absolute;
	left:732px;
	top:30px; 
}

#jumpin { 
	position: absolute;
	left:795px;
	top:0px;
}

#sew { 
	position: absolute;
	left:321px;
	top:110px;
}

/* Home Page--------------------------------------------------------------
------------------------------------------------------------------------- */

#home_welcome {
	position: absolute;
	left:710px;
	top:10px;
}

a#home_books {
	position: absolute;
	left:830px;
	top:125px;
	background-image: url('../images/home_books.gif');
	display: block;	
	height: 140px;
	width: 151px;
	
}

a:hover#home_books {
	background-position: -151px;	
}

a#home_about {
	position: absolute;
	left:670px;
	top:210px;
	background-image: url('../images/home_about.gif');
	display: block;	
	height: 125px;
	width: 182px;
	
}

a:hover#home_about {
	background-position: -182px;	
}

a#home_visits {
	position: absolute;
	left:760px;
	top:340px;
	background-image: url('../images/home_visits.gif');
	display: block;	
	height: 112px;
	width: 140px;
}

a:hover#home_visits {
	background-position: -140px;	
}

a#home_art {
	position: absolute;
	left:640px;
	top:460px;
	background-image: url('../images/home_art.gif');
	display: block;	
	height: 149px;
	width: 210px;
}

a:hover#home_art {
	background-position: -210px;	
}

a#home_links {
	position: absolute;
	left: 516px;
	top: 369px;
	background-image: url('../images/home_links.gif');
	display: block;	
	height: 161px;
	width: 99px;
}

a:hover#home_links {
	background-position: -99px;	
}

a#home_email {
	position: absolute;
	left:279px;
	top:465px;
	background-image: url('../images/home_email.gif');
	display: block;	
	height: 83px;
	width: 214px;
}

a:hover#home_email {
	background-position: -214px;	
}
