body {
	background-image: url(graphics/bkgrd.jpg);
	margin-top: 30px;
}
object { 

}
#note {
	color: #000000;
	font-family: times, georgia, serif;
	font-size: 13px;
	width: 520px;
	padding:5px;
	margin-top: 0px;
	text-align:left;

}
#note a {
	color: #000000;
	text-decoration: none;	
	padding-left:  0px;
}
#note a:hover {
	color: #ffffff;
}
#note a img {
	background-color: transparent;
	border:  none;

}
span.enter a {
	border:  2px solid white;
	background-color: white;
	margin-left: 10px;
}
span.enter a:hover {
	background-color: black;
	border:  2px solid black;	
}
#code {
	color: #ffffff;
	font-family: times, georgia, serif;
	font-size: 12px;
	font-weight: bold;
	width: 500px;
	padding:5px;
	margin-top: 0px;
	text-align:left;	
	margin-top: 20px;
	background-color: transparent;
	margin-bottom: 10px;
}
#code span.copy {
	margin-bottom: 5px;
	margin-top: 0px;
	padding:  2px;
	background-color: #000000;
}
#code textarea {
	border: none;
	font-family: verdana, geneva, sans-serif;
	font-size: 9px;
	color:  #ffffff;
	background-color: black;
	margin-top: 10px;
	height:  140px;
	width: 500px;
	padding:  5px;
}
