body { overflow: hidden; } 

#leftFrame {
	width: 170px;
	height: 100%;
	overflow: auto;
	float: left;
}

#topFrame {
	height: 118px;
	overflow: auto;
}

#navFrame {
	height: 30px;
	overflow: auto;
}

#mainFrame {
	overflow: auto;
}

#go4election {
	background: url(images/go4election.gif) no-repeat;
	position: absolute;
	z-index: 10000;
	height: 80px;
	width: 80px;
	left: 0px;
	top: 0px;
	filter: Alpha(Opacity=80);
	-moz-opacity: 0.80;
}
