HTML{
height: 100%;
}
BODY{
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
	text-align: center;
	background-image: url(bgr.jpg);
	background-repeat: repeat-x;
	background-color: #491700;
}

#container {
	position: absolute;
	width: 980px;
	left: 50%;
	z-index: 5;
	top: 26px;
	margin-left: -490px;
	visibility: visible;
}
#top {
	position: absolute;
	width: 980px;
	height: 186px;
	left: 0px;
	top: 0px;
	text-align: center;
	background-image: url(going-choco-logo.jpg);
}
#border{
	position: absolute;
	width: 478px;
	height: 350px;
	left: 7px;
	top: 186px;
	text-align: center;
	z-inde50;
}
#menu-bgr{
	position: absolute;
	top: 186px;
	left: 7px;
	height: 220px;
	width: 160px;
	text-align: left;
	background-color: #a67f3a;
	z-index: 90;
	/*opacity for IE5+*/
 	filter: alpha(opacity=50);
  	/*opacity for older Mozilla browsers*/
  	-moz-opacity: 0.5;
	/*opacity for mozilla/safari*/
  	opacity: 0.5;  
}
#menu{
	position: absolute;
	top: 186px;
	left: 7px;
	margin-left: 7px;
	width: 160px;
	text-align: left;
	padding-top: 14px;
	z-index: 100;
}
#container table.content {
	position: absolute;
	width: 980px;
	top: 186px;
	left: 0px;
	text-align: left;
	background-image: url(content-bgr.gif);
	background-repeat: repeat-y;
	z-index: 50;
}
table #center {
	margin-left: 485px;
	width: 487px;
	text-align: left;
}
table #right {
	margin-left: 22px;
	width: 226px;
	text-align: left
}
table .footer-bgr {
	position: relative;
	z-index: 80;
	width: 980px;
	height: 125px;
	left: 0px;
	text-align: left;
	background-position: center top;
	background-image: url(footer-bgr.jpg);
	background-repeat: no-repeat;
}
table #footer {
	margin: 70px 0px 0px 36px;
	text-align: left
}