body {
		padding:0px;
		margin:0px;
		background-image:url(sunset.png);
		background-repeat:repeat-x;
		background-color:#000;
		color:#fff;
	}

	#seeds {
		border:0px;	
		color:#fff;
		background-color:#000;
		font-family:arial;
		line-height:120%;
		font-size:1.6em;
		margin:auto;
		margin-top:30px;	
		border:2px solid #333;
		background-color:#666;
		padding:20px;
		font-size:1.5em;
		text-align:center;
		min-width:350px;
		width:90%
		}

	#container, #ground
	{
		position: relative;
		margin: 0 auto; text-align: left;
		width: 60%;
		text-align:center;

	}
	#copy {
	font-family:arial;
	line-height:120%;
	font-size:1.6em;
	width:60%;
	margin:auto;
	margin-top:30px;
}

#copy p {
	margin:20px;
}

.darkCopy p{
	color:#333;
}
.darkCopy p a, .lightCopy p a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

#copy span.smaller {
	font-size:0.4em;
}

.lightCopy p{
	color:#999;
}
.lightCopy p a{
	color:#999;
	background-color:#333;
}
.lightCopy p a:hover{
	color:#999;
	background-color:#333;
	text-decoration:underline;
}

.back {
	font-size:0.7em;
}

#horizon {
	background-image: url(horizon.gif);
	background-repeat: repeat-x;
	height:24px;
	margin-top: -20px;
}


#html5_badge
{
	background-image: url(html5_badge.png);
	width:94px;
	height:99px;
	position:absolute;
	top:40px;
	right:0px;
}
