body {
	background: black;
	overflow: hidden;
	font-family: '04b03b';
}


@font-face {
	font-family: '04b03b';
	src: url('04b-03b.eot');
	src: local('04b 03b'), local('04b03b'), url('04b-03b.woff') format('woff'), url('04b-03b.ttf') format('truetype'), url('04b-03b.svg#04b03b') format('svg');
}

#canvas {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#sign {
	margin-left: -180px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: -180px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	background: url(img/sign.png) no-repeat;
	width: 88px;
	height: 78px;
}

.road {
	position: absolute;
	width: 480px;
	height: 485px;
	left: 50%;
	top: 50%;
	background: url(img/road.png);
	z-index: 0;
}

.car {
	position: absolute;
	width: 90px;
	height: 307px;
	left: 50%;
	top: 50%;
	z-index: 1;
}

.car span {
	display: block;
	width: 90px;
	height: 67px;
	margin-top: 120px;
}

.jclock {
	text-shadow: 0px 0px 1px white;
	left: -2px;
	line-height: 79px;
	z-index: 1;
	text-transform: uppercase;
	width: 88px;
	text-align: center;
	color: black;
	font-family: '04b03b';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	-webkit-transform: skewY(27deg);
	-moz-transform: skewY(27deg);
	position: absolute;
	display: inline;
}
