@charset "utf-8";
/* CSS Document */
body {
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: #f2eee7;
	overflow: hidden;
}

img { border:none;
}

.main {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 972px;
     height: 602px;
     margin-top: -301px; 
     margin-left: -486px;
	 background-image: url(../images/main.png);
}

.pano {
	 position:absolute;
     left: 50%; 
     top: 50%;
     width: 900px;
     height: 540px;
     margin-top: -270px; 
     margin-left: -450px;
} 

.intro {
     position:absolute;
     left: 50%; 
     top: 0px;
     width: 1027px;
	 margin-left: -514px;
} 

#flashcontent {
  height: 100%;
  text-align:center;
}

#flashcontent {
  color: #cf9f9b
}

#flashcontent a {
  color: #cf9f9b;
  text-decoration:underline;
}

#flashcontent a:hover {
  color: #cf9f9b;
}
