@charset "utf-8";
/* CSS Document */

html {
  height: 100%;
  overflow: hidden;
}
#myfile {
  height: 100%;
}
/* end hide */
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#sitemap {
	position: absolute;
	width: 180px;
	height: 20px;
	font-size: 12px;
	color: #111111;
	bottom: 0px;
	right: 0px;
}
#sitemap a:link{
	font-size: 12px;
	color: #111111;
	bottom: 0px;
	right: 0px;
}
#sitemap a:visited{
	font-size: 12px;
	color: #111111;
	bottom: 0px;
	right: 0px;
}