body {
	padding: 0;
	margin: 0;
	font-family: myriad pro;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	background: white;
}
div.logo {
	position: absolute;
	left: 50%;
	margin-left: -163px;
	top: 65px;
}
div.navi {
	float:right;
	text-align: center;
	width: 100%;
	height: 50px;
	background: url(images/wood.jpg) repeat;
	vertical-align: middle;
}
div.wrapper {
	width: 100%;
	height: 330px;
	background: url(images/wood.jpg) repeat;
	bottom:0px;
}
div.boardpic {
	position:absolute;
	left: 190px;
	top: 400px;
	z-index: 100;
}
div.boarddesc {
	position: absolute;
	left: 700px;
	top: 460px;
	background: transparent;
	width: 600px;
	height: 300px;
}
div.boarddesc table {
	border: 0px;
}
div.boarddesc table tr td {
	background: white;
	opacity: 0.65;
}
