body{
	margin:0;
	text-align:center;
	color:#1a1a1a;
	background:#29221b url(images/bg.jpg) repeat-x;
}

.wrapper{
	margin:0 auto;
	padding:0;
	width:900px;
	text-align:left;
	background:url(images/middle.jpg) repeat-y;
}

.header{
	margin:0;
	padding:0;
	width:900px;
	height:290px;
	background:url(images/header.jpg) no-repeat;
}

.copy{
	margin:0 30px;
	text-align:left;
	font:normal 16px georgia; 
	line-height:20px;
}

.footer{
	margin:0;
	padding:0;
	width:900px;
	height:217px;
	background:url(images/footer.jpg) no-repeat;
}

