body {
	background-color: black;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: underline;
	color: white;
}

a:hover {
	text-decoration: none;
}

div#badges {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

img {
	border: none;
}

div#twitter {
	float: right;
}

