@charset "utf-8";
body {
	background-color: black;
}

#container {
 	width: 1200px;
  	height: 700px;
	margin: auto;
  	outline: 1px solid white;
  	position: relative;
}
#sprite {
  	position: absolute;
  	width: 150px;
  	height: 200px;
  	background-image: url("sprite.png");
  	left: 0px;
  	top: 0px;
	transform: scaleX(1);
}