body {
	background: #000 url(images/background.jpg) no-repeat top left !important;
	font-family: Verdana !important;
	color: #FFF;
}

a:link {
	color: #FFF;
}

a:visited {
	color: #5dc6e6;
}

#header {
	background: url(images/header.png) no-repeat top left;
	height: 91px;
	width: 623px;
	margin: 12px 0 0 14px;
}

#header span {
	display: none;
}

#event {
	margin: 60px 0 0 243px;
	padding: 35px 41px 20px 41px;
	width: 634px;
	border: 2px solid #FFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
}

#event_title, #event_information {
	display: none;;
}

.event_title {
	font-weight: bold;
}

.footnote {
	font-size: 8pt;
	color: #b4b4b4;
}

#perseids_image {
	border: 1px solid #b4b4b4;
	margin: 0 29px 16px 0;
}

#links {
	margin: 40px 0 0 243px;
	padding: 0;
	clear: both;
}

#links li {
	float: left;
	list-style: none;
	margin: 0 21px;
	padding: 0 0 0 30px;
	height: 20px;
}

#links_print {
	display: none;
}

#google {
	background: url(/graphics/icons/google.png) no-repeat top left;
}

#twitter {
	background: url(/graphics/icons/twitter.png) no-repeat top left;
}

#facebook {
	background: url(/graphics/icons/facebook.png) no-repeat top left;
}

#flyer {
	background: url(/graphics/icons/pdf.png) no-repeat top left;
}

#copyright {
	clear: left;
	margin: 100px 0 10px 0;
	text-align:  center;
	font-size: 8pt;
}

#google_map {
	background: #000;
	padding: 20px;
	border: 1px solid #FFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#close_button {
	margin-bottom: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
}