body {
	margin: 0;
}
body, html {
	height: 100%;
	overflow: hidden;
}
#bg {
	height: 100%;
	width: 100%;
	z-index: 0;
}
#bg img {
	width: 100%;
	height: auto;
}
#spark {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(img/splash_spark.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#warning {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 5px 0 0 68px;
	color: #CCC;
}

#warning a {
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	color: #CCC;
}

#link {
	margin: 270px 0 0 30px;
}
#link img {
	border: 0;
}

