html, body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	text-align: center;
}
a:link,
a:visited		{ color: #0000CC; text-decoration: none; }
a:active		{ color: #0033CC; text-decoration: none; }
a:hover			{ color: #0066FF; text-decoration: underline; }
a:focus			{ outline: none; }

#body			{ height: 100%; background: #FFF url(mb/body_bg.gif) repeat-y center top; }
#html			{ width: 560px; height: 100%; margin: 0 auto; text-align: left; }
#header			{ border-bottom: 1px solid #CD696E; background: #AD0810; }
#header h1		{ margin: 0; padding: 0; border: 0; text-indent: -9999px; }
#header h1 a	{ display: block; height: 80px; background: transparent url(mb/header_bg.gif) no-repeat left top; text-decoration: none; }
#content		{ margin: 0 30px; }
#content p		{ margin: 0.5em 0 0.8em; line-height: 1.7em; }
#flash			{ display: none; height: 100%; overflow: hidden; }

.note			{ margin: 20px; padding: 0.5em 1em; border: 1px solid #CCC; background: #FFC; font-size: 85%; line-height: 1.8em; }