@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../rogers-images/little-green-shoot.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: center top;
}