body {
	background-color: white;
	color: white;
	margin-top: 200px;
}

#main {
	width: 660px;
	margin: 0 auto;
	padding-bottom: 65px;
}

#message {
	background-color: white;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	padding: 10px;
	text-align: center;
}