body {
	margin: 0px;
	background-color: #FFFFFF;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}

img, table{
	border: 0px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#centered_content a {
	color: #ffffff;
	font-size: 12px;
	margin-top: 10px;
	display: block;
}


#translucent_back {
	visibility: hidden;
	background-color: #000;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
	
	filter: alpha(opacity=90);
	-khtml-opacity: 0.9;
	/*
	-moz-opacity: 0.9;
	opacity: 0.9;
	*/
}

#centered_container {
	visibility: hidden;
	
	position:absolute;
	top:0px;
	left:0px;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 3;
	text-align: center;
	
	cursor: pointer;
}

#centered_content {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	width: 100px;
}

.htmlNavigation, text {
display:none;
} 