body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#wrapper{
	width: 640px;
	height: 640px;
	background-color: #e6e6e6;
	margin: 20px auto;
	padding: 20px;
}

#canvas{
	position: absolute;
	width: 600px;
	height: 600px;
	background-color: #fff;
	background: url("../background.jpg"); background-repeat: no-repeat; background-size: cover;
}

#goal{
	position: absolute;
	width: 20px;
	height: 75px;
	margin-left: 480px;
	margin-top: 150px;
	background-color: #fff;
	z-index: 2;
}
