html,body{height:100%;margin:0;padding:0;background:url('bg.png');}
*{margin:0px auto;padding:0;}
#kiila {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -200px;
	float: left;
}
#wrapper {
	width: 312px;
	height: 250px;
	background: url('center.png') no-repeat;

	opacity: 0.3;	
	transition: 0.6s opacity;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;

	clear: both;
	top: -200px;
	position: static;
}
#wrapper:hover {
	opacity: 1.0;
}
#centercell {
	height: inherit;
	width: inherit;	
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #9b2323;
	-moz-user-select: none;
}
#centercell-kiila {
	display: block;
	height: 30px;
}
#centercell a {
	display: block;
	width: 220px;
	height: 188px;
}