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

html {
    background-image: url("assets/bgJesus.gif");
	background-attachment: fixed;
	cursor: url("assets/cursor1.gif"), auto;
}

a {
	color: maroon;
}

a:hover {
	cursor: url("assets/cursor2.gif"), auto;
}

iframe:hover {
	cursor: url("assets/cursor2.gif"), auto;
}

#fire1 {
	position: fixed;
	bottom: 1;
	left: 1;
	width: 35%;
}

#fire2 {
	position: fixed;
	bottom: 1;
	right: 32.5%;
	width: 35%;
}

#fire3 {
	position: fixed;
	bottom: 1;
	right: 1;
	width: 35%;
}

.content {
	background-color: rgba(170, 65, 65, 0.95);
	border: rgba(170, 20, 20, 1) 5px solid;
	color: rgb(180, 10, 10);
	text-shadow: black 2px 2px 1px;
}

td {
	border: rgba(170, 20, 20, 1) 3px solid;
	color: rgb(225, 50, 70);
	text-shadow: black 2px 2px 2px;
}

.content {
	margin-bottom: 200px;
}

.section {
	border: rgba(170, 20, 20, 1) 3px solid;
	border-radius: 5px;
	background-image: url("assets/bgSection.jpg");
	background-size: 100%;
	padding-top: 22px;
	padding-bottom: 22px;
}

.section h2 {
	font-size: 0px;
}

.section img {
	height: 142px;
}

.images {
	text-align: center;
}

.images img {
	margin-bottom: 40px;
	width: 88%;
}
