body {
	background: #000;
	overflow: hidden; /* Hide scrollbars */
}
.LoadBar {
	background-color: transparent;
	align: center;
	position: relative;
	z-index: 100;
}
.TypingText {
	height: 245px;
	background-color: transparent;
	position: relative;
	z-index: 100;
	font: normal 20px courier;
	color: #00E000;
}
#skip {
	margin-left: 4px;
	position: relative;
	z-index: 100;
	white-space: nowrap;
}
a.skip:link, a.skip:active, a.skip:visited {
	font: bold 15px arial; color: #ccc;
	padding: 2px 8px 2px 8px;
	background-color: #006400;
	text-decoration: none;
	opacity: 0.7; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	border-radius: 9px;
}
a.skip:hover {
	font: bold 15px arial; color: #fff;
	padding: 2px 8px 2px 8px;
	background-color: #00e000;
	text-decoration: none;
	border-radius: 9px;
}
.startbox {
	display:none;
}
#startbox {
	display:none;
}