body {
	background-image: url("../assets/backgrounds/tiling/Texture_green_023.gif");
	background-repeat: repeat;
	image-rendering: crisp-edges;
	background-size: calc(160px *1) calc(160px *1);
}

.Main {
	border: 2px outset rgba(100, 100, 100, 0.5);
	background-color: rgba(150, 150, 150, 0.5);
	text-align: center;
}
