/* CSS Document */
<!--
*{
	scrollbar-3dlight-color:#000; /*- 最外左 -*/
	scrollbar-highlight-color:#000; /*- 左二 -*/
	scrollbar-face-color:#222; /*- 面子 -*/
	scrollbar-arrow-color:#fff; /*- 箭头 -*/
	scrollbar-shadow-color:#666; /*- 右二 -*/
	scrollbar-darkshadow-color:#999; /*- 右一 -*/
	scrollbar-base-color:#666; /*- 基色 -*/
	scrollbar-track-color:#444;/*- 滑道 -*/
}
html{
	margin:0px;
	height: 96%;
	width: 100%;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}
body,td,th {
	color: #FFFFFF;
}
body{
	margin:0px;
	background-color: #222;
	color: #FFF;
	background-position: center center;
	padding: 0px;
	clear: both;
	width: 100%;
}
#container{
	position:relative;margin: 0 auto;width: 800px;text-align: left;top:0px;
}
#container2{
	position: fixed;z-index: 100;height: 100%;width: 800px;float: left;display:inline;overflow-y: scroll;overflow-x: hidden;visibility:visible;
}
#background1{
	position: absolute;
	z-index: 10;
	top:127px;
	left:664px;
}
#background2{
	position: absolute;
	z-index: 0;
	top:0;
	left:0;
}
#background3{
	position: absolute;
	z-index: 20;
	top:170px;
	left:160px;
}
#background4{
	font-size:12px;
	position: absolute;
	z-index: 20;
	top:1035px;
	left:130px;
}
.ballotboxbutton
	{
	background-color: #333333;
	color: #FFFFFF;
	height: 20px;
	width: 80px;
	border: 2px groove #666666;
	text-align: center;
	vertical-align: middle;
}
-->

