html {
	padding:0;
	margin:0;
}
body {
	background:#000;
	padding:0;
	margin:0;
	text-align:center;
	width:100%;
	color: #ffffff;
}
div.center{
	text-align:center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -225px -400px 0px;
	height: 450px;
	width: 800px;
	border: 2px solid #ffffff;
	border-radius: 20px;
	background:#000;
	z-index:100;
}

form {
	text-align:left;
	margin:5px;
}

.footer {
	position: absolute;
	bottom:20px;
	text-align:center;
	width:500px;
	font-size:10px;
	width:800px;
	left: 50%;
	margin: 0 -400px 0px;
}

.footer a {
	color: #ffffff;
}