html {
	overflow: hidden;
}

body {
	margin: 0px;
	height: 100%;
}

a {
	text-decoration: none;
	color: #fff;
}

	a:hover {
		color: #f8c184;
	}

div.Black {
	background-color: #53534a;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	height: 50%;
	width: 100%;
	color: #fff;
}

	div.Black * {
		position: relative;
	}


