@charset "utf-8";
/* CSS Document */
body {
	background-color: #FDFBE6;
}
div#parchment {
	position:absolute;
	background-image: url(ABOUT_assets/index11home.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 1200px;
	top: 0px;
	left: 0px;
	z-index:1;
	
	
}
div.texture {
	position:absolute;
	background-image: url(ABOUT_assets/seamless_texture.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 1200px;
	top: 0px;
	left: 0px;
	z-index:2;
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	opacity: 0.3; 
}
div#mainlogo {
	position:absolute;
	background-repeat: no-repeat;
	width: 800px;
	height: 250px;
	top: 5px;
	left: 5px;
	z-index:3
}

div#frame {
	position:absolute;
	width: 774px;
	height: 498px;
	top: 239px;
	left:15px;
	z-index:3
}


div#menuitems {
	position:absolute;
	width: 512px;
	height: 34px;
	top: 206px;
	left:270px;
	z-index:4;
}

div#intromovie {
	position:absolute;
	width: 221px;
	height: 360px;
	top: 255px;
	left: 13px;
	z-index:3
}
div#abouttext {
	position:absolute;
	width: 530px;
	height: 397px;
	top: 239px;
	left:272px;
	z-index:3
}
div#photo1 {
	position: absolute;
	width: 221px;
	height: 175px;
	top: 257px;
	left: 13px;
	z-index:3
}

div#photo2 {
	position: absolute;
	width: 221px;
	height: 175px;
	top: 456px;
	left: 11px;
	z-index:3
}

div#photo3 {
	position: absolute;
	width: 221px;
	height: 175px;
	top: 655px;
	left: 11px;
	z-index:3
}

div#winerieslist {
	position: absolute;
	width: 527px;
	height:606px;
	top: 240px;
	z-index:3;
	padding-left: 0px;
	left: 271px;

	}

div#winerieslinks{
	position: absolute;
	width: 112px;
	height:638px;
	top: 248px;
	z-index:4;
	padding-left: 0px;
	left: 268px;
	}


div#contact {
	position: absolute;
	width: 349px;
	height:265px;
	top: 308px;
	z-index:3;
	padding-left: 0px;
	left: 352px;
	overflow-y: hideeen;
	overflow-x: hidden;
}
.framestyle {
	background-color: #FDFBE6;
}
