body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Tahoma, Arial;
}

#container {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}

#image {
	position: absolute;
	
}

#text {
	position: absolute;
	padding: 10px;
	background: #000000;
	color: #ffffff;
	opacity: 0.8;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

a {
	font-weight: normal;
	color: #C2C2C2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#loading {
	font-size: 24px;
	color: #dddddd;
	text-align: center;
	padding-top: 100px;
}