html, body {
	width: 100%;
	height: 100%;
	margin:0;
    padding:0;
}

body{
	font:normal normal 18px 'Trebuchet MS', Trebuchet, sans-serif;
	color:#222222;
	text-align:center;
	background: #EEEEEE;	
}

#center {
	position: relative;
    top: 25%;
}