*

body {
	background-color: #000;
	color: #ffffff;
	font: 12px Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
.content{
	width: 800px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	padding: 25px;
	text-align: center;
}

.content a{
	text-decoration: none;
	color: #f8931b;
	font-weight: bold;
}
