@charset "UTF-8";



.container {

	height: 527px;

	width: 800px;

	margin: auto;

	float: none;

	border: thin solid #00FF99;

	left: auto;

	top: 0px;

	right: auto;

	bottom: auto;

}



a { text-decoration: none; }



a:link {

	color: #009933;

}


a:visited {

	color: #009933;

}



a:active {

	color: #00CC00;

}



.things {

	height: 527px;

	width: 275px;

	float: left;

	border: thin solid #0066CC;

}


.mstrmnd {

	margin-top:3px;
	
}


.eye {

	float: left;

	width: 251px;

	margin: 0px;

	border: thin solid #CCFF33;

}



body {

	background-color: #000000;

	margin-left: auto;

	margin-right:auto;

	margin-top:20px;

	width: 800px;

	height: 527px;

}



p

{

	font-weight: bold;

	font-variant: small-caps;

	font-size: 10pt;

}

	

.des {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	line-height: 20px;

	color: #FFFFFF;

	padding: 20px;

}

.desindex {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	line-height: 16px;

	color: #FFFFFF;

	padding: 20px;

}



.barcode {

	float: right;

	height: 36px;

	width: 36px;

	clear: both;

}


