* {
	margin: 0; padding: 0;	
}
html,  body {
	background-color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 450px;
	height:260px;
	margin-left: -225px; /* half of width */
	margin-top: -130px;  /* half of height */
	text-align: right;
}
.wrapper img {
	border: 0;
	margin-bottom: 20px;	
}
a:link, a:visited {
	color: #ee2d24;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
