html * {
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
	color: #959595;	
	font-family: Helvetica, Arial, sans-serif;
}

p {
	font-size: 0.8em;
	text-align: justify;
	padding: 0 0 0 0;
}

#flashcontent {
	
}

#alternative {
	margin: 20px auto;
	max-width: 600px;
}

img {
	border: 0;
}

.xmlItem {
	padding: 0 0 20px 0;
}

.img {
	margin: 0 0 20px 0;
	text-align: center;
}

.flash {
	text-align: center;
	margin: 0 0 30px 0;
	font-weight: italic;
	font-size: 1em;
	color: white;
}

h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-transform: uppercase;
}

.content {
	margin: 0 0 10px 0;
}

a {
	color: #009ddc;

}

a:hover {
	color: white;
}

h1 {
	text-indent: -3000px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 0 20px 0;
	display: block;
	width: 100%;
	height: 50px;
}
