body {
	margin: 0px;
	font-size: 24px;
	font-family: "Arial", sans-serif;
	line-height: 32px;
}

p {
	margin: 0px;
	text-align: center;
}

#background {
	position: absolute;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	display: table;
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #e8e8e8 55%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(55%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e8e8e8 55%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#e8e8e8 55%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#e8e8e8 55%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffffff 0%,#e8e8e8 55%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	display: table-cell;
	vertical-align: middle;
}

#inner {
	margin-left: auto;
	margin-right: auto;
width: 700px;
}

.center {
	text-align: center;
	margin-bottom: 50px;
}
