@CHARSET "ISO-8859-1";
body{
	margin: 0;
	padding: 0;
	background-color: black;
	overflow: hidden;
}

.clear{
	clear: both;
}


a {
	outline: none;
}
	
a img{
	border: none; 
	text-decoration: none;	
}
#bgImage{
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 10;
}

#bgHolder{
	position: relative;
}

#textHolder{
	z-index: 10;
	position: absolute;
	left: 50%;
}

#LinkHolder{
	position: absolute;
	bottom: 15px;
	right: 15px;
	border: 0px;
}
#LinkHolder a{
	position: relative;
	display: block;
	text-decoration: none;
	border: none;
}
#LinkHolder a img{
	float: right;
	display: block;
	border: none;

}
#LinkHolder a span{
	float: right;
	display: block;
	border: none;
	font-size: 20px;
	color: #DDD;
}
#CoordinateLinkHolder {
	z-index: 1000 !important;
	position: absolute;
	bottom: 402px;
	right: 42px;
	height: 118px;
	width: 218px;
	overflow: hidden;
}
#CoordinateLinkHolder a {
	position: absolute;
	border: none;
	bottom:0px;
	right: 0px;
	display: block;
	width: 218px;
	height: 118px;
	background-color: tranparent;
}
#CoordinateLinkHolder a img {
	display: block;
	width:  400px;
	height: 300px;
	border: none;
	background-color: tranparent;
}