#startlayer {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000000;
	display:none;
}
#startlayer #strthd {
	width: 80%;
	height: 80%;
	margin: auto;
}

#skip {
	z-index: 999;
	height: 20px;
	width: 80%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFF00;
	margin: auto;
	background-color: #FF0000;
}
#skip img {
	border:none;
	}
#startlayer #strthd #startobj {
	height: 100%;
	width: 100%;
	padding-top: 5%;
}
#skip a:link, a:visited {
	text-decoration: none;
	color: #FFFF00;
}
#skip a:hover {
	font-weight: bold;
}
