@charset "UTF-8";
/* CSS Document */
body{
	margin:0px;
	background-color:#000000;
	}

#lienzo{
	width:1005px;
	height:567px;
	position: absolute;
	left: 50%;
	margin-left: -502px;
	top: 50%;
	margin-top: -283px;
}
