body {
	margin			: 0;
	padding			: 0;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10px;
	color			: #333;
	text-decoration	: none;
	background		: #99cc33;
}
#wrapper {
	width			: 950px;
	margin			: 50px auto 0 auto;
}
#flashContent p {
	font-size		: 11px;
	text-align		: center;
}
#footer {
	padding			: 10px 0 0 0;
	text-align		: center;
}
a:link, a:visited {
	color			: #333;
	text-decoration	: underline;
}
a:hover {
	color			: #333;
	text-decoration	: none;
}