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

#guard1 {
	position: fixed;
	bottom: 0;
	left: 10px;
	width: 23%;
}

#guard2 {
	position: fixed;
	bottom: 0;
	right: 10px;
	width: 23%;
}

html {
    background-image: url("bgGuardSim.jpg");
    background-attachment: fixed;
    background-size: 100%;
}

.content {
	border: #0F0F0F 6px solid;

}

.screenshots img {
	border: silver 3px solid;
}

.section {
	border: gray 4px solid;
	border-radius: 0px;
	background-image: url("sectionGuardSim.jpg");
	background-size: 100%;
	background-position: 0px -200px;
	
	margin: auto;
	margin-top: 50px;
	width: 65%;
}

.section h2 {
	color: silver;
	text-shadow: black 2px 2px 2px;
	margin-top: 0px;
	padding-bottom: 35px;
}
