@charset "utf-8";

html, body {
}

body {
	position: relative;
	margin: 0;
	padding: 30px;
	font: 12px/17px "Arial", sans-serif;
	background: #000000;
	color: #ffffff;
	color: #000000;
	background: #ffffff;
	text-align: center;
}

a, a:link, a:visited {
	color: #91977e;
	text-decoration: none;
}
a:hover {
	color: #f7bd21;
}


