html, body { 
background: #f7f4e6;
margin: 0; 
padding: 0;
color: #462719;
font-family: Verdana, Arial, sans-serif;
height: 100%;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #462719;
}
a:hover {
	text-decoration: underline;
}
div#flash {
	position: relative;
	width: 100%;
	height: 100%;
}
div#message {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -181px;
	width: 500px;
	heght: 362px;
	vertical-align: middle;
	text-align: center;
}
img {
	float: left;
	margin: 10px;
}
p { padding-top: 100px; margin:0; }
