#wrapper {
	width: 800px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -400px;
	background-color: lightblue;
}

body {
	font-family: arial;
}

.error {
	color:#FF0000;
}