@import url('reset.css');

body {
	background: #000 url('site_bg.jpg') no-repeat top center;
	font-family: Arial, sans-serif;
	line-height: 1.2em;
	color: #222;
}

p { 
	margin-bottom: 1.5em;
	text-align: center;
}

a:link, a:visited {
	color: #1b5736;
	text-decoration: none;
} 

a:hover,
a:focus {
	text-decoration: underline;
}

#wrapper {
	width:500px;
	margin:60px auto;
	position:relative;
	
}

.logo { text-align: center; }

.sponsor {
	margin-bottom: 0;
}

.infobox {
	margin-top: 20px;
	background-color: #fff;
	background: rgba(255, 255, 255, .60);
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 10px 10px 5px #888;
	padding: 30px;	
}