/* CSS Document */
#loader {
	width: 100%;
	height: 100%;
	font-weight: bold;
	position: absolute;
	z-index: 2000;
	display: none;
}

#cont {
	position: absolute;
	width: 100%;
	height: 250px;
	text-align: center;
	z-index: 1;
}

#cont div {
	background-color: #FFFF;
	border: 2px solid #006600;
	width: 358px;
	height: 250px;
	text-align: center;
	padding: 10px;
	display: table;
}

.img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	z-index: 0;
	background-color: #000000;
}