@charset "UTF-8";
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(/img/land-mond-diffused.png);
	background-repeat: no-repeat;
	background-position: right top; 
}
.go {
	height: 512px;
	width: 108px;
	left: 32px;
	position: absolute;
	top: 44px;
	background-image: url(/img/land-go-org.png);
}
.temp {
	position: absolute;
	left: 170px;
	top: 44px;
	z-index: -1;
	height: 75%;
	width: 75%;
}
.golines {
	left: 0px;
	top: 0px;
	position: absolute;
	height: 560px;
	width: 160px;
	z-index: -1;
	background-repeat: no-repeat;
}

