@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat center top;
}
#container {
	height: 786px;
	width: 1024px;
	margin: 100px auto 114px;
}
#space {
	background: transparent;
	margin: 0px;
	padding: 0px;
	height: 786px;
	width: 1024px;
	border: 10px groove #00ffff;
	}
#mushroom_1 {
	position: relative;
	width: 150px;
	height: 210px;
	top: -12em;
	left: -3em;
}
#mushroom_2 {
	position: relative;
	width: 150px;
	height: 210;
	top: -16em;
	left: 8em;
	
}
#mushroom_3 {
	position: relative;
	width: 75px;
	height: 105px;
	top: -25.5em;
	left: -13em;
}
#mushroom_4 {
	position: relative;
	height: 210px;
	width: 150px;
	top: -20em;
	right: -35em;
}
#glassy {
	position: relative;
	width: 400px;
	height: 200px;
	top: -28.5em;
	left: 32em;
}
