html, body {
	margin: 0;
	padding: 0;
	background-color: #000;
}
#page {
	width:500px;
	position: relative;
	min-height: 90%;
	margin-left: auto;
	margin-right: auto;
}
p {
	margin-top:200px;
	text-align:center;
}
img {
	border:none;
}
