
body {
	background: #FFFFFF;
	text-align: center;
}

img {
	margin: 10px;
	border: 0;
}

a {
	text-decoration: none;
	outline: none;
}

.centerbox {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -200px;
	width: 400px;
	height: 200px;
}


