body {
	background-image: url(images/body_bg.jpg);
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: repeat-x;
	/* height: 800px; */
}

#wrapper {
	background-image: url(images/page_body_bg.jpg);
	background-attachment: scroll;
	background-color: transparent;
	background-position: center top;
	background-repeat: no-repeat;
	height: 750px;
}

div#secondary {
	background-color: #efefef;
}

div#primary {
	background-color: #cccccc;
}