body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
#navigation, #bottomright, #getstarted {
	background-color: #eeeeee;
	padding: 2px;
}
#navigation ul, #navigation li {
	margin: 0px;
	padding: 0px;
}
#navigation {
	text-align:center;
}
#navigation a {
	font-size: 12px;
	background-color: #5abd30;
	display: block;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}
