@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
body {
	background: #000000;
	color: red;
	font: normal 12px 'Open Sans', sans-serif;
	margin-top: 20px;
}

ul#buttons {
	list-style: none;
	text-align: center;
	margin-top: 40px;
}
ul#buttons li {
	display: inline-block;
}
ul#buttons li + li {
	margin-left: 20px;
}
a {
	color: #76949F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.btn {
	margin: 40px auto;
	padding: 12px;
	width: 100px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn:hover {
	text-decoration: none;
	opacity: .7;
}
