HTML{
height: 100%;
}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(bgr.jpg);
	background-repeat: repeat-x;
   color: #000000;
	height: 100%;
	text-align: center;
}
#container{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -463px;
	position: absolute;
	top: 6px;
	left: 50%;
	width: 926px;
/*	height: 768px; */
	visibility: visible;
	display: block;

}
#top {
	text-align: left;
	position: absolute;
	left: 0px;
	width: 926px;
	height: 282px;
	top: 0px;
}
#menu{
	text-align: left;
	position: absolute;
	left: 10px;
	width: 910px;
	height: 24px;
	top: 280px;
	z-index: 20;
}
TABLE.inside{
	position: absolute;
	width: 926px;
	top: 282px;
	left: 0px;
	text-align: left;
	z-index: 10;
}

TABLE.content{
	width: 926px;
	left: 0px;
	text-align: left;
}
TABLE td.bottom-bgr{
	width: 926px;
	left: 0px;
	height: 52px;
	text-align: left;
}
TABLE td #footer{
	width: 926px;
	left: 0px;
	text-align: left;
	background-color: #fefffa;
}
