@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
}

#container {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -100px;
	text-align: center;
}
#content {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 140px;
	height: 143px;
	margin: 0px auto;
}
#container #content img {
	height: 143px;
	width: 140px;
	border: 0;
}
