HTML{
height: 100%;
}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(bgr.png);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #ff9900;
	text-align: center;
}
#container{
	text-align: center;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -492px;
	width: 984px;
	height: 748px;
	overflow: visible;
	visibility: visible;
	display: block;
	background-image: url(logo.png);
	background-position: top 51px;
	background-repeat: no-repeat;
}
#top{
	text-align: right;
	position: absolute;
	height: 71px;
	width: 231px;
	left: 705px;
	top: 0px;
	color: #ff6600;
}
#menu {
	text-align: right;
	position: absolute;
	left: 416px;
	top: 94px;
	width: 517px;
}
TABLE.inside{
	position: absolute;
	width: 984px;
	top: 120px;
	left: 0px;
	text-align: left;
}
TABLE.content{
	width: 984px;
	left: 0px;
	text-align: left;
}
TD.left-c #left {
	margin: 256px 0px 0px 25px;
	width: 368px;
}
TD.center-c #center{
	text-align: left;
	margin: 0px 0px 0px 5px;
	width: 497px;
}
TABLE td #footer{
	padding:80px 0px 0px 25px;
	text-align: left;
	color: #666666;
	font-size: 11px;
	width: 984px;
	height: 97px;
	background-image: url(bottom.jpg);
	background-repeat: no-repeat
}
