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

body {
	margin: 0 0 0 0;
	background-color: #000000;
	}

.holder {
	position: absolute;
	z-index: 1;
	height: 768px;
	width: 1024px;
	left: 50%;
	margin-left: -512px;
	top: 50%;
	margin-top: -384px;
	}
	
.trees {
	background-image:url(images/trees.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	height: 456px;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -71px;
	}
	
.fence {
	background-image:url(images/fence.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	height: 113px;
	width: 1024px;
	left: 50%;
	margin-left: -512px;
	top: 50%;
	margin-top: 243px;
	}	