body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
	background-color: #DFDFDF;
	color: #454545;
	font: 10px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#legal {
	display: block;
	position: fixed;
	bottom: 0;
	height: 20px;
	width: 100%;
}

#legal a,a:active:visited {
	color: #ec9c2d;
	text-decoration: none;
}

#legal a:hover {
	color: #ec9c2d;
	text-decoration: underline;
}

