@charset "UTF-8";
body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center 55px;
	background-color: #000000;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #8F8F8F;
	font-family: "Lucida Grande", Arial, Helvetica, verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

a {
	outline: none;
}

span a {
    color: #fff;
    text-decoration: none;
	font-size: 15px;
	line-height: 20px;
}

.footer {
	color: #333333;
	font-size: 11px;
	line-height: 12px;
}
