@charset "utf-8";
body {
	margin: 0px;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	margin: -234px 0px 0px -250px;
	height: 467px;
}

#container ins {
	border: 1px solid #808080;
	width: 498px;
	margin: 10px 0px;
	height: 298px;
	margin-bottom: 17px;
	display: block;
}
