html, body, #flash {
	height: 100%;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
}
img {
	border: 0;
}
#noflash {
	width: 970px;
	height: 596px;
	background-image: url('../images/noflash_background.jpg');
	margin: 0 auto;
}
#content {
	position: absolute;
	margin-left: 625px;
	margin-top: 240px;
	width: 300px;
}
h1 {
	behavior: url('assets/stylesheets/iepngfix.htc');
	color: #271924;
	font-size: 18px;
	background-image: url('../images/attention.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 3px 0 3px 30px;
	font-weight: normal;
}
p {
	font-size: 12px;
	padding: 3px 0;
}
#content img {
	margin-top: 5px;
	behavior: url('assets/stylesheets/iepngfix.htc');
}
