* {
  font-family: arial, verdana;
	color: #505050;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	display : table;
	width: 100%;
	background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
a {
	text-decoration: none;
	color: #FF8000;
}
a:hover {
	text-decoration: underline;
}

footer {
	display : table-row;
	width: 100%;
	text-align: center;
	border-top: 1px solid #C0C0C0;
	background: #151515;
	font-size: 0.8em;
	height: 3em;
}
footer div {
	padding-top: 1em;
}
