
@import url("../base-game-page.css");

html {
    background-image: url("assets/bgEmsey1.gif");
    background-size: 100%;
    background-repeat: no-repeat;
	background-attachment: fixed;
}

#christ-tree1 {
	position: fixed;
	bottom: 0;
	left: 10px;
	width: 23%;
}

#christ-tree2 {
	position: fixed;
	bottom: 0;
	right: 10px;
	width: 23%;
}

.content {
	border: green 5px solid;
}

.section {
	border: black 3px groove;
	border-radius: 5px;
	background-image: url("assets/bgSection.jpg");
	background-size: 100%;
}

.section h2 {
	color: green;
	text-shadow: black 2px 2px 2px;
}

#last-pic {
	margin-top: 35px;
	text-align: center;
}
