body {
	margin: 0; padding: 0;
	background: #000 url(backgeneral.jpg);
}

#main {
	width: 600px;
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	text-align: center;
	font: 12pt Georgia;
	color: #fff;
}

#logo {
	margin-bottom: 50px;
}

a span {
	background: #000;
	padding: 15px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 0 10px #000;
	text-transform: uppercase;
	font-size: 9pt;
	color: #fff;
}

a:hover span {
	background-color: #fc0;
	color: #000;
}