html {
	width: 100%;
	height: 100%;
	overflow: auto;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

#flashcontent{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}


#fla {
	position: absolute;
	width: 100%;
	height: 100%;
}
/* hide from ie on mac */
#flashcontent {
   height: 100%;
}
/* end hide */


/* noscript
--------------------------------------------------*/

.noscript {
	padding: 20px;
}

.noscript h1 {
	font-size: x-large;
}
.noscript p, .noscript address {
	font-style: normal;
	font-size: small;
	line-height: 1.6;
}


/* GoogleMap
--------------------------------------------------*/


#debug {
	position: absolute;
	z-index: 1;
}

#map-content  {
	position: absolute;
	top:0;
	left: 0;
	width: 465px;
	height: 465px;
	z-index: 1;
}

#map{
	position: absolute;
	top:0;
	left: 0;
	width:465px;
	height:465px;
	z-index: 1;
	display: none;
}

#map .info {
	font-family: sans-serif;
	
}

#map .info .info_title {
	font-size:16px;
	font-weight: bold;
	margin-bottom:4px;
	line-height:1.1;
	color: #cc3333;
}

#map .info .info_body {
	font-size:13px;
}

#map .info .info_body .cap {
	font-weight: bold;
}
#map .info a {
	color: #6261d8;
	text-decoration: none;
}

#map .info a:hover {
	text-decoration: underline;
}
#map .info .info_sublink {
	font-size:11px;
	font-weight: bold;
	margin-top:5px;
}
