HTML{
height: 100%;
}
BODY{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 100%;
	color: #121212;
	text-align: center;
	background: url(bgr.jpg) repeat-x;
	background-color: #ffffff;
}
#container {
	position: absolute;
	top: 9px;
	width: 954px;
	left: 50%;
	height: 200px;
	margin-left: -497px;
	visibility: visible;
	background: ;
	background: url(top.jpg) no-repeat;
}
#logo{
	position: absolute;
	left: 38px;
	top: 76px;	
	width: 234px;
	height: 91px;	
}
#top{
	position: absolute;
	left: 627px;
	top: 38px;	
	width: 295px;
	height: 101px;	
	text-align: right;	
}
#menu{
	position: absolute;
	left: 27px;
	top: 167px;	
	height: 20px;	
	text-align: left;
	z-index: 100000;
}
.content{
	position: absolute;
	left: 0px;
	top: 162px;
	width: 954x;
	z-index: 40;
	background: url(content.jpg) no-repeat;
}
.spacer {
	height: 361px;
	width: 27px;
}
#center{
	margin: 0px;
	text-align: left;
	width: 900px;
}
#footer{
	text-align: left;
	width: 954px;
	height:50px;	
	background: url(footer.jpg) top no-repeat;
	background-color: #ffffff;	
}
			
