@charset "utf-8";

body {
	background-image: url(images/bg_gradient.png);
	background-repeat:repeat-x;
	background-color:#784421;
}
.nav {
	position:absolute;
	width:890px;
	left:50%;
	top:0px;
	margin-left:-445px;
	z-index:10;
}
.main {
	position:relative;
	width:890px;
	left:50%;
	top:163px;
	margin-left:-445px;
	z-index:10;
}
.bottom {
	position:relative;
	width:890px;
	left:50%;
	top:118px;
	margin-left:-445px;
	z-index:50;
}
.bg1 {
	background-image: url(images/vine8.png);
	background-repeat: no-repeat;
	background-position:top right;
	width:160px;
	height:500px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}
.bg2 {
	background-image: url(images/vine9.png);
	background-repeat: no-repeat;
	background-position:top left;
	width:160px;
	height:500px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:1;
}
.pagecontainer {
	background-image: url(images/bg_gradient.png);
	background-repeat:repeat-x;
	position:absolute;
	width:1210px;
	left:50%;
	top:0px;
	margin-left:-605px;
	z-index:1;
}
