@charset "utf-8";
/* CSS Document */
html {
overflow: hidden;
}

	:focus {
	outline: 0;
}
.slideshow { 
	height: 600px; 
	width:  800px; 
	overflow:hidden;
	text-align:center; 
	margin:0 auto;
	padding:20px 0 0 0;
	cursor:pointer;
}
.slideshow img {
	margin:0 auto;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	overflow:hidden;
	text-align:center;
	background:#f2f2e6;
	border:15px solid #f2f2e6;
	overflow:hidden;
}

a.stamp {
	z-index:10;
	position:absolute;
	top:550px;
	left:85%;
	display:block;
	background:url(../illustrations/stamp.png) no-repeat;
	width:43px;
	height:48px;
	cursor:default;
}
#click {
	z-index:11;
	cursor:pointer;
	width:100%;
	height:100%;
	}
a.squirt {
	z-index:15;
	position:absolute;
	right:0px;
	bottom:0px;
	display: block;
	background: url(../illustrations/squirt.png) no-repeat;
	width:60px;
	height:21px;
	text-decoration:none;
}
