body 
{
	background: url('background_repeat.jpg') repeat top center;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #00a650;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: helvetica, verdana, sans-serif;
}

a
{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;	
}
a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
	margin: 0px;
	padding: 0px;
}

#wrapper
{
	position: relative;
	width: 660px;
	margin: 0px auto;
	padding: 0px 270px 0px 270px;
	text-align: center;
}

.center
{
	display: block;
	position: relative;
	margin: 0px auto;	
}

.hidden
{
	display: none !important;
}

#left
{
	display: block;
	position: absolute;
	top: 40px;
	left: 0px;
}

#right
{
	display: block;
	position: absolute;
	top: 40px;
	right: 0px;
}

form
{
	margin: 5px;
	padding: 0px;
}

.byline, .byline a
{
	margin-top: 30px;
	font-size: 10px;
}

.error
{
	color: #ff5555;
}

.inspiration
{
       text-align: left;
       padding: 20px 0px 20px 135px;
}
span.right
{
	text-align: right !important;
}

a.download-link
{
	font-size:26px;
	display: block;
	margin: 10px 10px 30px 10px;
	text-align: center;
}