/* ACGS Custom Style sheet */

.art-content {
	background: url(/sites/default/files/images/doggy.jpg) no-repeat;
}

.art-post-body {
	background-color: white;
	min-height: 330px;
	margin: 10px !important;
	opacity:0.75;
	filter:alpha(opacity=75);
	
}

