@charset "UTF-8";
/* CSS Document */
#imgpos {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -150px;
}
