* {
	font-family: verdana;
	font-size: 20px;
	color: #FFFFFF;
	background-color:#2C4C38;
}

b {
	font-weight: bold;
}

#header{
	text-align: center;
}

#logo>a>img{
	border: 0px;
}

#map-container{
	width: 800px;
	height: 800px;
	position: relative;
	margin-top: 5px;
	border: 1px solid #000000;
}

.tip-text{
	position: relative;
	font-size: 8px;
	top: -10px;
	color: gray;
}

.tip-text a{
	position: relative;
	font-size: 10px;
	color: red;
	text-decoration: none;
}

.virtual-link{
	border-bottom: 1px dotted gray;
	font-size: 10px;
	color: yellow;
	font-weight: bold;
	text-align: right;
}

.virtual-link a{
	border-bottom: 1px dotted gray;
	font-size: 10px;
	color: yellow;
	font-weight: bold;
	text-align: right;
}

#info-container{
	display: none;
}

#info-slideup{
	cursor: pointer;
}

#footer{
	text-align: center;
	font-size: 10px;
	color: gray;
}

#feedback-toggle{
	cursor: pointer;
	color: gray;
	font-size: 10px;
}

#feedback-container{
	display: none;
}