* {
	margin: 0px;
	border: 0px;
	padding: 0px;
	}



/* Site Structure
-----------------------------------------------------------------*/

html {
	font-size: 62.5%;
	background: #000;
	}

body {
	color: #FFF;
	}

#flashcontent {
	width: 550px;
	margin:100px auto;
	text-align: center;
	
}

/*	Copy, Links and Lists
-----------------------------------------------------------------*/

p {
	font-family: Times, "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	margin: 15px auto;	
	}

a {
	color: #FFF;
	font-weight: bold;
	font-style: italic;
	background-color: inherit;
}

a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}

a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	
}

a:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: inherit;
}

a:active {
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
}