@charset "utf-8";
body {overflow:hidden;}
.background, .left, .right, .foreground {position:absolute;  background-repeat: no-repeat; background-size: 100% 100%; top:0; bottom:0;}
.background {left:0; width:100%; background-image: url(../img/CyberCity-GroundBackground-1920.png);}
.right, .left { background-image: url(../img/CyberCity-LeftRight-1920.png);}
.right	{left:45%; 	width:55%; background-size: 133.3333% 100%; 	background-position:right;  }
.left	{right:55%; width:40%; background-size: 400% 100%;} 
.foreground {right:0;width:100%; background-image:url(../img/CyberCity-GroundBackground-1920.png); display:none;}
.container {position:absolute; left:-6%; right:-6%; overflow:hidden;top:0; bottom:-8%;}
.ground {
	right:0;
	width:100%;
	background-image: url(../img/CyberCity-GroundBackground-1920.png);
	position:absolute;
	background-repeat: no-repeat;
	background-size: 100% 280%;
	top:64%;
	bottom:0;
	background-position: bottom;
}

.ground {
	transform-origin:0% 0%;
	transform: skew(0deg);
-ms-transform-origin:0% 0%;
-ms-transform: skew(0deg); /* IE 9 */
-webkit-transform-origin:0% 0%;
-webkit-transform: skew(0deg); /* Safari and Chrome */
}
.left {
	transform-origin:100% 100%;
	transform: skew(0deg);
-ms-transform-origin:100% 100%;
-ms-transform: skew(0deg); /* IE 9 */
-webkit-transform-origin:100% 100%;
-webkit-transform: skew(0deg); /* Safari and Chrome */
}
.right {
	transform-origin:0% 0%;
	transform: skew(0deg);
-ms-transform-origin:0% 0%;
-ms-transform: skew(0deg); /* IE 9 */
-webkit-transform-origin:0% 0%;
-webkit-transform: skew(0deg); /* Safari and Chrome */
}
#RA {
	background-image: url(../img/Neon_signs_03.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 234px;
	height: 191px;
	top: 37%;
	right: 17%;
}
#FL {
	background-image: url(../img/Neon_signs_06.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 179px;
	height: 120px;
	top: 44%;
	right: 46%;
}
#DSE {
	background-image: url(../img/Neon_signs_09.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 122px;
	height: 86px;
	top: 49%;
	right: 66%;
}
#PH {
	background-image: url(../img/Neon_signs_12.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 93px;
	height: 61px;
	top: 53%;
	right: 81%;
}
#employment li {
	font-size: 2em;
	color: #FFF;
	text-align: center;
	list-style-type: none;
}