body{
	margin:0;
	color:#369;
	background:#ddf;
	font-family:trebuchet ms,gill sans,sans-serif;
}

img.preload {
	position:absolute;
	left:-1000px;
}

div#kitten {
	height:180px;
	width:100px;
	margin:75px auto 0 auto;
	background:transparent url('http://www.cheeseboat.co.uk/images/kitten.gif') no-repeat;
	z-index:2;
}

div#kitten:hover {
	background:transparent url('http://www.cheeseboat.co.uk/images/fez_kitten.gif') no-repeat;
}

div#bat {
	height:86px;
	width:100px;
	margin:75px auto 0 auto;
	background:transparent url('http://www.cheeseboat.co.uk/images/flying_vampire_bean.gif') no-repeat;
	z-index:2;
}

div#bat:hover {
	background:transparent url('http://www.cheeseboat.co.uk/images/flying_vampire_bean.gif') no-repeat;
}

div#contents {
	position:absolute;
	top:0;
	left:0;
	margin:10px;
	z-index:1;
}

p {
	font-size:70%;
	margin:0 0 10px 0;
}

a {
	color:#369;
	text-decoration:none;
}

a:hover {
	color:#f06;
}