body {
	background-color: #999;
	font-family: Georgia, 'Times New Roman', serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	border: 2px solid #666;
	background-color: white;
	margin: 10px auto;
	padding: 10px;
	width: 950px;
	text-align: left;
}

p.error {
	color: red;
}

div#logo {
	width: 550px;
	height: 367px;
	background-image: url(nolabel.jpg);
	background-repeat: no-repeat;
}
div#logo h1 {
	padding: 1em;
}

img {
	border: 0px;
}

p#poweredby {
	text-align: right;
}
