/* stylesheet designed by john johnson 03/30/2012 johnjohnson@johnjohnsondesigns.com */
/* use body with container be sure text align is center */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-attachment: scroll;
	background-color: #aca493;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
}

/* container for centering a page */
#containermain {
	height: auto;
	margin: 0% auto;
	padding: 0px;
	position: relative;
	text-align: left;
	width: 952px;
	z-index: 1;
}

#contentcube {
	background-image: url(images/content-cube.jpg);
	background-repeat: repeat;
	border-top: 4px solid;
	border-top-color:#c0b6a0;
	opacity:0.95;
    filter:alpha(opacity=95); /* For IE8 and earlier */
 
}