html,body {
	margin: 0;
	padding: 0;
}
body {
	background: lavender;
	color: #505050;
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 0.9em;
}

a, a:link, a:active, a:hover, a:visited {
	color: #606060;
	text-decoration: none;
	border-bottom: 1px dashed #606060;
}

.container {
	position: absolute;
	margin: auto;
	top: -150px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 300px;
	text-align: center;
}

.container img {
	height: 300px;
	width: auto;
}