@charset "utf-8";
/* CSS Document */

body {
	margin: 20px auto;
	padding: 0px;
	font: normal 11px "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	color: #777879;
	background: #f9f9f9;
	width: auto;
}
a.green {
	color: #abdc21;
	text-decoration: none;
}
a.green:hover {
	text-decoration: none;
}
a.blue {
	color: #ff4a4a;
	text-decoration: none;
}
#footer {
	background: url(../images/footer_bg.jpg) no-repeat;
	width: 900px;
	height: 42px;
	padding: 0px 20px 0px 80px;
}
