HTML{
height: 100%;
}
body {
	margin: 0px;
	padding: 0;	
	font-family: "Trebuchet MS";
	font-size: 13px;
	height: 100%;
	text-align: center;	
	background: url(bgr.jpg) fixed;
	color: #000000;	
}
#container {
	position: absolute;
	top: 0px;
	width: 972px;
	left: 50%;
	margin-left: -486px;
}
#topimg{
	margin-left: -486px;
	top: 0px;	
	position: fixed;
	left: 50%;
	width: 972px;
	height: 201px;
	visibility: visible;
	z-index: 40;
}
#topbgr{
	position: fixed;
	left: 50%;
	margin-left: 93px;	
	top: 25px;
	width: 367px;
	height: 160px;
	z-index: 50;
}
#top{
	position: fixed;
	left: 50%;
	margin-left: 93px;	
	top: 25px;
	width: 367px;
	height: 160px;
	z-index: 60;
	color: #ffffff;	
}
#menu{
	margin-left: -486px;
	top: 201px;	
	position: fixed;
	left: 50%;
	width: 972px;
	height: 55px;
	z-index: 50;
	text-align: left;	
}
#left-c-bgr{
	top: 263px;	
	position: absolute;
	left: 25px;
	width: 294px;
	z-index: 30;
	text-align: left;
}
#left-c{
	position: absolute;
	top: 263px;	
	left: 40px;
	width: 262px;
	z-index: 30;
	text-align: left;
	color: #ffffff;		
}
.content{
	position: absolute;
	width: 972px;	
	top: 247px;
	left: 0px;	
	background: #ffffff;
	text-align: left;	
}
#left{
	margin: 14px 0px 0px 337px;
	text-align: left;
	width: 194px;
}
#center{
	margin:14px 14px 0px 14px;
	text-align: left;
	width: 194px;
}
#right{
	text-align: left;
	margin: 14px 20px 0px 0px;
	width: 194px;
}
.twocol #left{
	margin: 14px 0px 0px 337px;
	text-align: left;
	width: 194px;
}
.twocol #center{
	margin-left: 14px;
	text-align: left;
	width: 402px;
}
.twocol #right{
	display: none;
}
.large #left{
	display: none;
}
.large #center{
	margin: 14px 0px 0px 337px;
	text-align: left;
	width: 610px;
}
.large #right{
	display: none;
}
