html {
	background-color: #fff;
	}

body {
	background-color: #fff;
	height: 90%;
	}

p {
	text-align: center;
        position: relative;
        top: 33%;
        font-family: sans-serif;
        font-size: smaller;
        color: #aba;
	}

img {
	display: inline;
	}
