html,
body
{
	background: #404230;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#main
{
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
}

a,
a:link,
a:active,
a:hover,
a:visited
{
	background: transparent;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
