html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #CCFFFF;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: sans-serif;
	overflow: hidden;
}
main {
	display: block;
	width: 1920px;
	height: 1080px;
}
#pantalla {
	position: absolute;
	cursor: crosshair;
}
#cielo {
	display: block;
	width: 3840px;
	height: 1080px;
	position: absolute;
	background: transparent url('1920/cielo.png') repeat-x 0 0;
}
#montanas {
	display: block;
	position: absolute;
	top: 479px;
	width: 3840px;
	height: 1080px;
	background: transparent url('1920/edificios-tercer-plano.png') repeat-x 0 0;
}
#bosques {
	display: block;
	position: absolute;
	top: 774px;
	width: 3840px;
	height: 1080px;
	background: transparent url('1920/edificios-segundo-plano2.png') repeat-x 0 0;
}
#edificio1 {
	display: block;
	position: absolute;
	top: 817px;
	left: 4000px;
	width: 1112px;
	height: 263px;
	background: transparent url('1920/ayuntamiento.png') no-repeat 0 0;
}
#edificio2 {
	display: block;
	position: absolute;
	top: 583px;
	left: 6000px;
	width: 698px;
	height: 497px;
	background: transparent url('1920/catedral.png') no-repeat 0 0;
}
#edificio3 {
	display: block;
	position: absolute;
	top: 697px;
	left: 8000px;
	width: 627px;
	height: 383px;
	background: transparent url('1920/calahorra.png') no-repeat 0 0;
}
#edificios {
	display: block;
	position: absolute;
	top: 946px;
	width: 3840px;
	height: 1080px;
	background: transparent url('1920/edificios-primer-plano.png') repeat-x 0 0;
}
#avion {
	display: block;
	position: absolute;
	top: 128px;
	left: 64px;
	width: 384px;
	height: 252px;
	background: transparent url('1920/espai-avionet-gif.gif') no-repeat 0 0;
	background-size: 256px;
}
.enemigo {
	display: block;
	position: absolute;
	background: trasparent url('1920/enemigo.png') no-repeat 0 0;
}
#palmeras {
	display: block;
	position: absolute;
	top: 864px;
	width: 3980px;
	height: 1080px;
	background: transparent url('1920/palmeras.png') repeat-x 0 0;
}
#motor {
	display: none;
}