html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #e2e2e2;
}
 
#container {
	left:50%;
	margin-left:-202px;
	margin-top:-200px;
	position:absolute;
	top:50%;
	text-align: center;
}
 
img {
	border: 0px;
}
