body{
	overflow:hidden;
	background-color:#fcfcfc;
	margin:0;
	padding:0;
	background-attachment:fixed;
	background-repeat:repeat;
	background-position:center;
	background-image:url(../pics/back.jpg), url(../pics/green.png);
}
#canvas {
	display:none;
}
h1 {
  display:block;
  position:absolute;
  top:20px;
  left:20px;
  margin:0;
  padding:0;
  z-index:1;
  cursor:pointer;
}
h1 img {
  width:100px;
  height:auto;
}
h1:hover img, h1:active img, h1:focus img {
  opacity:0.8;
}
h2, h3, p, p a, p strong {
	font-family:arial, sans-serif;
	line-height:1.5;
	text-align:center;
	margin-left:40px;
	margin-right:40px;
}
h2 {
	margin-top:60px;
}
h2, h3 {
	font-size:2em;
}
p, p a, p strong {
	font-size:1em;
	color:#727272;
}
p a {
	margin-bottom:40px;
}
h2, h3, p a:hover strong, p a:active strong, p a:focus strong {
	color:#95D600;
	text-shadow:0 0 5px #000000;
}
hr {
	border:1px solid #95D600;
	margin-left:40px;
	margin-right:40px;
}