/* stylesheet designed by john johnson 08/12/2009 johnjohnson@johnjohnsondesigns.com */
/* use body with .container be sure text align is center */
.body {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/colorchip.jpg);
	background-position: top left;
	background-repeat: repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding: 0px;
	text-align: center;
}

/* container for centering a page */
.container {
	height: auto;
	margin: 0% auto;
	padding: 0px;
	position: relative;
	text-align: left;
	width: 864px;
	z-index: 1;
}

