
body {
	background: #fff;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

#container {
	position: absolute;
	height: auto;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -255px;
}




