* {
	margin: 0px auto 0px auto;
	padding: 0px;
	border: none;
	box-sizing: padding-box;
	-moz-box-sizing: padding-box;
	outline: none;
	background-repeat: no-repeat;
	background-position: top center;
}
html, body {
    height: 100%;
}
body {
    text-align: center;
}