body {
	/* Main Font Sizes */
	font: normal 11px "Arial", "Helvetica", sans-serif;
	color: #242424;
	/* Main Background Color */
	background-color: #ffffff;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	margin: 0;
	padding: 0;
}

a {
	color: #7DA627; text-decoration: none;
}
	
a:hover { text-decoration: none; color: #000000;
}

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }