@charset "UTF-8";
#photo {
	position:absolute;
	width:200px;
	height:175px;
	z-index:4;
	left: 35px;
	top: 50px;
}
#runtles {
	position:absolute;
	width:143px;
	height:125px;
	z-index:6;
	top: 250px;
	background-image: url(images/runtles.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 5px;
}
#simon {
	position:absolute;
	left:145px;
	top:250px;
	width:143px;
	height:125px;
	z-index:7;
	background-image: url(images/simon.jpg);
	background-repeat: no-repeat;
}
#silver {
	position:absolute;
	width:143px;
	height:125px;
	z-index:8;
	left: 288px;
	top: 250px;
	background-image: url(images/silver.jpg);
	background-repeat: no-repeat;
}
#kittyinfo {
	position:absolute;
	width:210px;
	height:180px;
	z-index:9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #303;
	left: 355px;
	top: 40px;
	line-height: 90%;
	font-weight: bold;
	text-align: center;
}
#penny {
	position:absolute;
	width:143px;
	height:125px;
	z-index:10;
	left: 432px;
	top: 250px;
	background-image: url(images/penny.jpg);
	background-repeat: no-repeat;
}
#runttype {
	position:absolute;
	width:143px;
	height:25px;
	z-index:11;
	left: 5px;
	top: 375px;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #303;
	text-align: center;
	font-weight: bold;
}
#simontype {
	position:absolute;
	width:143px;
	height:25px;
	z-index:12;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-weight: bold;
	top: 375px;
	left: 148px;
	color: #303;
	text-align: center;
}
#silvertype {
	position:absolute;
	width:143px;
	height:25px;
	z-index:15;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #303;
	top: 375px;
	left: 291px;
	text-align: center;
	font-weight: bold;
}
#pennytype {
	position:absolute;
	width:143px;
	height:25px;
	z-index:2;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-weight: bold;
	color: #303;
	left: 435px;
	top: 375px;
	text-align: center;
}
