body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}
#instructions {
	position:absolute;
	top:0;
	left:0;
	border-bottom:1px dotted #ccc;
 	z-index:10;
	width:100%;		
}
#instructions p, #instructions a  {
	font-family:helvetica,arial, sans-serif;
	color:#666;	
	margin:0px;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	padding:5px;
}
#instructions p, #instructions a  {
	font-family:helvetica,arial, sans-serif;
	color:#666;	
	margin:0px;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	padding:5px;
	float:left;
}
#instructions a {
	float:right;
}	
