html, body {
        margin: 0;
        padding: 0;
        font-family: Myriad, "Lucida Grande", Arial;
		color: #b7b7b7;
}

#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 320px;
	margin-left: -170px;
	margin-top: -160px;
	border: solid 1px #ccc;
	text-align: center;
	padding: 0 20px;
	
	/* Rounded corners - Will brake validation, but why not? */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#wrapper h1 {
	margin-top: 22px;
	overflow: hidden;
}
