body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}

#precision-container {
	position: absolute;
	width: 600px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -300px;
	cursor: none;
}

#precision {
	position: absolute;
	background-color: #000;
}

#precision-loadscreen {
	position: absolute;
	width: 600px;
	height: 600px;
	background-color: #181818;
	z-index: 2;
	cursor: default;
}

#precision-loadscreen span {
	display: block;
	position: absolute;
	width: 600px;
	font-family: sans-serif;
	font-size: 10px;
	color: #777;
	text-align: center;
}

#precision-loadlabel {
	top: 260px;
}

#precision-progresslabel {
	top: 336px;
}

#precision-loadprogress {
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -100px;
	width: 200px;
	height: 10px;
	padding: 4px;
	background-color: #000;
}

#precision-progressbar {
	width: 0;
	height: 10px;
	outline: #bbb solid thin;
	background-color: #248;
}