body {
	width: 100%;
	height: 100%;

	background-color: #000;
	background-image: url(gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0 0 ;

	margin: 0;
	padding:0;

	font: 62.5% Helvetica, Arial, sans-serif;
	color: #555;
}

#centerer {
	width: 100%; 
	text-align: center; 
}

#wrapper {
	display: block;
	width: 560px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
	margin-top: 60px;
}

#left_column{
	display: block;
	width: 250px;
	float: left;
	margin-right: 60px;
	text-align: center;
}

#right_column{
	display: block;
	width: 250px;
	float: left;
	text-align: center;
}

.header {
	font-size: 15px;
	font-weight: bold;
	height: 30px;
}

.orange{
	color: #ff9900;
}

.gold{
	color: #ffcc66;
}

.form_holder{
	color:#555;
	font-size: 10px;
	text-align: left;
	padding-left: 5px;
	margin-top: 15px;
}

.form_title{
	color:#fff;
	font-size: 12px;
}
