html {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	font-size: 62.5%;
	overflow: hidden;
}

body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	font-size: 1.1em;
	font-family: "Courier New", Courier;
	font-weight: bold;
}

#info {
	padding-left: 100px;
	padding-top: 100px;
	z-index: 1000;
	min-height: 10000px;
	min-width: 10000px;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: #fff;
	position: absolute;
	filter:alpha(opacity=50);
    -moz-opacity: 0.50;  
    -khtml-opacity: 0.50;
    opacity: 0.50;
}

#container {
	z-index: 1;
	display: none;
	min-height: 1000px;
	min-width: 1000px;
}

.image_click_over {
	max-height: 10000px;
	min-height: 10000px;
	cursor: pointer;
	z-index: 100;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
}

.image_location {
	z-index: 2;
	bottom: 0px;
	left: 0px;
	position: absolute;
}
a:link, a:visited, a:active {
	color: #d82feb;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}