/* COLORS
green: 	009a67
blue:	4962ad
lt green: 59bf8c
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #000000;
	font-size: 12px;
	text-align:center;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-position: center center;
}

#body_container {
display:block;
	padding:0px 0px 0px 0px;
	/*margin:0px auto;*/
	margin:0px 0px 0px 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	}


