body {
	color: #000;
	background: #9CB7D4;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
}
div#start {
	width: 736px;
	height: 351px;
	position: absolute;
	top: 50%;
	margin-top: -175px;
	left: 50%;
	margin-left: -368px;
	background: #8BA7CE url(../img/layout/splash-help.jpg) no-repeat;
}
	div#start ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		div#start ul li a {
			display: block;
			font-size: 0;
			text-indent: -9999px;
			text-decoration: none;
		}
		div#start ul li a#canpoint {
			width: 75px;
			height: 65px;
			position: absolute;
			left: 45px;
			top: 197px;
		}
		div#start ul li a#canclick {
			width: 70px;
			height: 65px;
			position: absolute;
			left: 326px;
			top: 197px;
		}
		div#start ul li a#cantouch {
			width: 78px;
			height: 65px;
			position: absolute;
			left: 617px;
			top: 197px;
		}
h1 {
	display: none;
}
p#copyright {
	width: 736px;
	position: absolute;
	top: 50%;
	margin-top: 175px;
	left: 50%;
	margin-left: -368px;
	text-align: right;
	font-size: 10px;
	color: #2A5CA0;
}
