@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCC;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	text-align: center;
}
#wrapper {
	height: auto;
	width: auto;
	text-align: left;
}
#instructBox {
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #710000;
	border-bottom-color: #710000;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 0.8em;
}
#hiResImage {
	float: left;
	height: auto;
	width: auto;
}
