* {
	font-weight: 150;
}
body {
	background-color: #171717;
	color: #ffffff;
	text-align: center;
}



div.foot-text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 20px;
}

img.foot-image {
	width: 10%;
	position: absolute;
	bottom: 0;
	right: 0;
}

div.list-center {
  text-align: center;
}

ul {
  display: inline-block;
  text-align: left;
}

a, a:visited {
	color: #d3a4e8;
	text-decoration: none;
}

a.current {
	color: #ffffff;
}

ul.navbar {
  list-style: none;
  position: absolute;
  right: 15px;
  top: 10px;
}

ul.navbar li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}


