@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color : #292929;
	background-image:url(images/cowseating.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-attachment: fixed;
	}
.opaque1 {	// for all other browsers
	opacity: .5;
}

.opaque2 {	// for IE5-7
	filter: alpha(opacity=50);
}

.opaque3 {	// for IE8
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

