html{
	height: 100%;
}

body{
	background: #101010;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	height: 100%;
	padding-bottom: 1px;
}
img{
	border: 0;
	vertical-align: top;
}
a:link,
a:visited
a:hover,
a:active{
	outline: none;
	color: #fff;
}
#main_img{
	background: url(../images/loading_text.png) 50% 100px no-repeat;
	min-height: 300px;
	margin: 0 auto;
}
#main_img img{
	margin-bottom: 100px;
}
#bottom_bar{
	position: fixed;
	height: 100px;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
	background: url(../images/dock_bg.png) repeat-x 0 0;
	overflow: hidden;
}
#thumbnails{
	height: 100px;
	overflow: hidden;
	padding-top: 10px;
}
#thumbnails a{
	margin-right: 20px;
	float: left;
	display: block;
	width: 80px;
	outline: none;
	position: relative;
}
#loading{
	position: fixed;
	color: #74b797;
	font-weight:bold;
	font-size: 20px;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	background: #000 url(../images/loading.gif) no-repeat 50% 50%;
	width: 51px;
	height: 51px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#go_back,
#back_to_site{
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 37px 0 0 0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#back_to_site{
	float: right;
}

#go_back a:link,
#go_back a:visited,
#go_back a:hover,
#go_back a:active{
	color: #fff;
	display: block;
	width: 100px;
	margin: 0 40px 0 40px;
	text-decoration: none;
}

#back_to_site a:link,
#back_to_site a:visited,
#back_to_site a:hover,
#back_to_site a:active{
	color: #fff;
	display: block;
	width: 300px;
	margin: 0 40px 0 0;
	text-decoration: none;
}