body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #41321a;
}

#landing_head{
	height: 156px;
	margin: 0 auto;
	width: 100%;
	background: url(../images/landing_header_bg.gif) repeat-x;

}

#white_box_650 {
	background: url(../images/white_box_650.gif) no-repeat;
	width: 650px;
	height: 350px;
	padding: 20px 20px 20px 20px;
/*	align: center; */
	text-align: justify;
}

.disclaimer{
	font-size: 12px;
}

a {
	color: #77b30f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}