html {
	background: #d6dcca url("../images/default2_bg.jpg") center top repeat-x;
	color: black;
	font-family: Georgia, "Times New Roman", serif;
}

body {
	margin: 0 auto;
	width: 528px;
}

#logo {
	display: block;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

p {
	margin: 1em 0;
}

/* ============================================================
	Thrown messages/errors
============================================================ */

#thrown p {
	border-width: 2px;
	border-style: solid;
	color: black;
	cursor: pointer;
	padding: 0.5em;
}

#thrown p.error {
	background-color: #ffa0a0;
	border-color: #800000;
}
#thrown p.error:hover {
	background-color: #ffb0b0;
	border-color: #901010;
}

#thrown p.notice {
	background-color: #a0ffa0;
	border-color: #008000;
}
#thrown p.notice:hover {
	background-color: #b0ffb0;
	border-color: #109010;
}
