* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	background:#312718 url(background.png);
}

body {
	height:100%;
	background:url(stripe.png) repeat-x left center;
}

div#main {
	width:500px;
	height:120px;
	position:absolute;
	top:50%;
	margin-top:-60px;
	left:50%;
	margin-left:-250px;
	z-index:2;
}

div#content {
	width:500px;
	height:200px;
	background:#91AA00 url(content-corners.png) no-repeat left bottom;
	position:absolute;
	top:50%;
	margin-top:20px;
	left:50%;
	margin-left:-250px;
	z-index:1;
}