/* CSS Document */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6;
	font-weight: 100;
	text-align: center;
	padding: 0;
	vertical-align: top;
	margin: 0px;
	background-color: #fbcc41;
	height: 800px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:focus, a:hover, a:active { 
	outline: none;
}
#box {
	width: 741px;
	height: 749px;
	text-align: center;
	position: absolute;
	margin-left: -374px;
	left: 50%;
	background-color: #d86812;
}
#loadingbar {
	position: absolute;
	left: 260px;
	top: 365px;
	z-index: 1;	
}
#animation {
	position: absolute;
	z-index: 2;
}
#skipintro {
	position: absolute;
	top: 790px;
	left: 360px;
}
p {
	font-weight: normal;
	color: #CCC;
	text-align: left;
	line-height: 25px;
}
img {
	border: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	text-align: left;
	text-indent: 0px;
	letter-spacing: .2em;
}
table {
	border-style: none;
}
#entirecontent {
	width: 750px;
	height: 750px;
	text-align: left;
	position: absolute;
	margin-left: -375px;
	left: 50%;
	margin-top: -375px;
	top: 50%;
	font-family: Arial, Helvetica, sans-serif;
}