html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	font-size: 14px;
	background-color: #000;
}
html, body, #flashcontent {
	height:100%;
	width:100%;
}
body {
	background: #000000;
	color: #ffffff;
	font-size: 80%;
	margin:0;
	padding:0;
	overflow:hidden;
	text-align: center;
}
a {
	color: #ffffff;
}
p {
}
#iconcontainer {
	text-align: center;
	width: 350px;
}
#iconcontainer img {
	border: 1px solid #fff;
}
.instructions {
	font-size: 1.2em;
}
#synopsis {
	width: 500px;
	text-align:inherit;
	background-color: #000;
	font-size: 14px;
}
#code {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	text-align:center;
	background-color: #000;
}
#getflash {
	width: 510px;
	background-color:#000;
	font-weight:bold;
}
