@charset "utf-8";

#worldFrame{
	width: 2443px; 
    height: 1080px;
    background: #000;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
	background-color: #000;
	z-index: 100;
	transform: scale(0,0);
	overflow: hidden;
}

#PlayerShip{
    position: absolute;
    top: 0;
    left: 0;
	width: 230px; 
    height: 150px;
	background-image: url(Assets/PShip.png);
	z-index: 150;
}