@charset "utf-8";
.background, .left, .right, .foreground {
	background-image: url(../img/Cyberpunk-Background-800.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top:0;
	bottom:0;
}
.background, .foreground {position:absolute; left:0; width:100%;}
.right, .left {position:absolute;  background-image: url(../img/Cyberpunk-Middleground-800.png);}
.right {right:0; background-position:right; width:75%; background-size: 133.3333% 100%; }
.left {left:0; width:25%; background-size: 400% 100%;} 
.foreground {background-image:url(../img/Cyberpunk-Foreground-800.png)}
.bottomButton {
	position:absolute;
	bottom:0;}
	
.Right {left:10%;}
.container {position:absolute; left:0; right:0; overflow:hidden;top:0; bottom:0;}


#poll {
	position:absolute;
	right:393px;
	width:45px;
	height:36px;
	background-color:#066;
	top: 71px;
}
