/*
 * This CSS file has been generated by fontsquirrel.com and is based on the work of Paul Irish.
 * http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Roberto Cecchi
 * @vendorurl:  http://www.civico201.com/
 * @licenseurl: http://www.fontsquirrel.com/license/Aierbazzi
 *
 *
 */

@font-face {
	font-family: 'Aierbazzi Regular';
	src: url('aierbazzi.eot');
	src: local('Aierbazzi Regular'), local('Aierbazzi-Regular'), url('aierbazzi.ttf') format('truetype');
}

/******************************************
 *
 * Following CSS by Andy Smith
 * http://andysmith.co.uk
 *
 ******************************************/

body{
	background-image: url(sunset.png);
	background-repeat:repeat-x;
	background-color:#000;
	margin:0px;
	padding:0px;
}

#container
{
	position: relative;
	margin: 0 auto; text-align: left;
	width: 23em;
	height:25em;
	overflow:hidden;
}

.style1 {
	position:absolute;
	font: 25em 'Aierbazzi Regular', Arial, sans-serif;
	opacity:0.6;
	filter: alpha(opacity = 60);
	letter-spacing:0em;
	height:100%;
	width:400px;
	display:table-cell;vertical-align:baseline;
	line-height:108%
}

.quickload_text {
	font:1px 'Aierbazzi Regular', Arial, sans-serif;
}

#ground{
	background-color:#000;
	margin:0px;
	padding:10px;
	text-align:center;
}

#seeds
{
	border:2px solid #333;
	background-color:#666;
	padding:20px;
	font-size:1.5em;
	text-align:center;
	width:320px;
}
#horizon {
	background-image: url(horizon.gif);
	background-repeat: repeat-x;
	height:24px;
	margin-top: -20px;
}

#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;
}