body {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

:focus { outline: none; } /* removes dotted outline from links */

#Container {
	width: 760px;
	margin: 10px auto;
}
h1 {
	font-size: 27px;
	color: #006633;
	text-align: center;
}
.Img {
	margin: 10px auto 0;
	border: 1px solid #006633;
}
.Name {
	font-weight: bold;
	color: #006633;
}
ul {
	list-style: url(http://www.enviroshake.com/images/landing-pages/bullet.gif);
}
li {
	padding: 4px 0;
}
.More { float: right; margin-bottom: 20px; }
	.More a {
		display: block;
		width: 286px;
		height: 79px;
		background-image: url(http://www.enviroshake.com/images/landing-pages/more_2.gif);
		background-position: left top;
		background-repeat: no-repeat;
		}
		.More a:hover {
			background-position: left bottom;
			background-repeat: no-repeat;
			}
		.More a span { margin-left: -9999px; }
.Footer {
	clear: both;
	font-size: 11px;
	color: #555;
	margin-top: 30px;
	text-align: center;
	}
	.Footer a:link { color: #555; text-decoration: none; }
	.Footer a:visited { color: #555; text-decoration: none; }
	.Footer a:hover { color: #555; text-decoration: underline; }
	.Footer a:active { color: #555; text-decoration: underline; }