#container{
	position:relative;
	margin:auto;
	width:998px;
	border:solid 1px #ffffff;
}

#header{
	width:998px;
	height:292px;
	background:url(../gfx/bg-header.jpg) no-repeat;
}

#logo{
	position:absolute;
	top:53px;
	left:5px;
	border:0px;
	z-index:10;
}

#menubar{
	width:771px;
	height:62px;
	background:url(../gfx/bg-menubar.jpg) no-repeat #7b5933;
	padding-left:227px;
}

#wrapper{
	width:798px;
	height:796px;
	background:url(../gfx/bg-content.jpg) no-repeat #7b5933;
	padding:20px 0px 0px 200px;
}

#content{	/* position:absolute; */
	width:550px;
	height:650px;
	overflow:auto;
	padding-right:20px;
	z-index:10;
}

#contact{
	position:absolute;
	top:315px;
	left:25px;
}
#contact a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
}
#contact a:hover{
	color:#cccccc;
}

#candle{
	position:absolute;
	top:40px;
	left:0px;
	width:250px;
	height:500px;
}

#band{
	position:absolute;
	top:652px;
	left:783px;
	width:215px;
	height:388px;
}