html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	background-color: #353430;
}
a, a:active, a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFF66;
}
#main {
	width: 100%;
	height: 100%;
}
#content {
	padding:20px;
}
