HTML{
height: 100%;
}
BODY{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	color: #333333;
	text-align: center;
	background: url(bgr.png) repeat fixed;
}

#container {
	position: absolute;
	top: 10px;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	visibility: visible;
}
#top{
	position: fixed;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: 150px;
	top: 0px;
	text-align: right;
	background: #000000;
	z-index: 50;	
}
.leftside{
	position: fixed;
	left: 50%;
	margin-left: -477px;
	top: 150px;
	width: 132px;
	text-align: left;
	z-index: 50;			
}
#menu{
	width: 132px;
	text-align: left;		
}
#leftbottom{
	margin-top: 12px;
	width: 132px;
	text-align: left;		
}
.content{
	position: absolute;
	left: 0px;
	top: 140px;
	width: 980px;
	z-index: 40;
	background: #000000;
	margin: 0px;
	padding: 0px;		
}
.inner{
	margin-left: 162px;
	top: 0px;
	width: 810px;
	z-index: 40;
	background: #ffffff;
	padding: 0px;		
}
.spacer {
	height:400px;
	width: 1px;
}
#center{
	width: 770px;
	margin: 0px 0px 0px 20px;
	text-align: left;
}
#right{
	display: none;
	text-align: left;
}
.skyline .content{
	background: url(skyline.jpg) bottom center no-repeat #fab301;
}
.wordart  .content{
	background: url(wordart.jpg) top center no-repeat #fab301;
}
.black .content{
	background: #000000;
}
.twocol #center{
	width: 375px;
	margin-right: 20px;	
}
.twocol #right{
	display: block;
	width: 375px;
}
.three #center{
	width: 560px;
	margin-right: 20px;	
}
.three #right{
	display: block;
	width: 190px;
}
#bottom{
	width: 810px;
	text-align: center;
	background: #58585a;
	z-index: 30;
}
#footer{
	width: 810px;
	height: 35px;
	text-align: left;
	background: #000000;
	z-index: 50;	
}
