html,body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
}
body {
	background-image: url(../images/bg-tex.png);
	text-align: center;
}
#wrapper {
  margin: 0 auto;
  width: 806px;
	height: 100%;
	text-align: left;
	background-image: url('../images/wood-repeat.png');
	background-repeat: repeat-y;
}

.style4 {
	font-size: 22px;
	font-weight: bold;
}