/* CSS Document */

body {
	background-image: url(../images/wood02.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

#intro{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -485px;
	z-index: auto;
}



