body, html
{
	margin: 0;
	padding: 0;
}

body
{
	background: #eed4af url(images/sky.jpg) 0 0 no-repeat;
}

#loading_wrapper
{
	border: 3px solid #e18b10;
	border-radius: 10px;
	width: 564px;
	height: 392px;
	position: absolute;
	font-family: tahoma;
	background: rgba(238, 243, 246, 0.5);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 10px;
	opacity: 0.9;
	top: 50%;
	left: 50%;
	margin: -186px 0 0 -282px;
}

#loading_wrapper #title
{
	position: absolute;
	top: 34px;
	left: 19px;
	color: #e18b10;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 2px 2px #000;
}

#loading_wrapper #sub_title
{
	position: absolute;
	top: 103px;
	left: 29px;
	color: #e18b10;
	text-shadow: 2px 2px #000;
	font-size: 20px;
	font-weight: bold;
}

#loading_wrapper #type
{
	position: absolute;
	top: 187px;
	left: 31px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

#loading_wrapper #loading_title
{
	position: absolute;
	top: 352px;
	left: 15px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

#loading_wrapper #loading_msg
{
	position: absolute;
	top: 370px;
	left: 15px;
	color: #000;
	font-size: 11px;
}

#loading_wrapper #loading_msg a
{
	color: #000;
	text-decoration: none;
}

#loading_wrapper #loading_icon
{
	position: absolute;
	bottom: 33px;
	right: 13px;
	background: url(images/splash/loading.gif) 0 0 no-repeat;
	width: 105px;
	height: 60px;
	/*border: 1px solid black; */
}