/* CSS Document */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background:#c1a48a;
	color: #000;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

img {
	border:0;
}

/* Backgrounds */
.wrapper1 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50%;
	background:#f6ece3;
	z-index:1;
}

.wrapper2 {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:500px;
	margin-top:-250px;
	background: url(../images/bg.gif) repeat-x;
	z-index:2;
}

.wrapper3 {
  position:absolute;
	left: 50%;
	top: 50%;
	width:920px;
	height:500px;
	margin-left:-460px;
	margin-top:-250px;
	padding:0px;
	z-index:3;
}
