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

html {
  height: 100%;
  overflow: hidden;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	padding: 0;
}
#seo {
	position: absolute;
	height: auto;
	width: 1000px;
	left: -2000px;
	top: -2000px;
}
