* {
	margin: 0;
	padding: 0;
}
body {
	font: .70em/1.8 Helvetica, Verdana, sans-serif;
	text-align: center;
}
img {
	border: 0;
}
a {
	color: #7f7f7f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	position: absolute;
	top: 33%;
	left: 50%;
	width: 144px;
	height: 176px;
	margin-left: -77px;
	margin-top: -88px;
	overflow: hidden;
}

