body {
	background-color: #3D3D3D;
	margin			: 0px;
}

#center {
	position: absolute;

	width: 608px;
	
	margin-left:auto;
	margin-right:auto;
	display: table;
}	
#content{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
