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

#imgpos {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -485px;
	margin-top: -225px;
}
body {
	background-color: #fff;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center center;
}
