html, body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
    	height: 100%;
    	margin: 0;
    	padding: 0;
	background: #000000 url(/img/logo.png) center no-repeat;
}