/**********************************************
Purge the Heretics
**********************************************/

body {
	background-color: black;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #93C572;
	font-size:18px;
	background-image: url(images/PageBackground.jpg);
}

#Page{
	position:relative;
	bottom:20px;
	width:1100px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/Background.jpg);

}

#Content {
	width:1070px;
	margin-right:auto;
	margin-left:auto;
}

#header {
	position:relative;
	width:1100px;
	height:345px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/Header.png);
}

#Hat{
	position:relative;
	width:410px;
	right:125px;
	top:20px;
}

#Buttons {
	position:relative;
	bottom:20px;
	left:150px;
	font-size:40px;
	font-weight:bold;
}

#footer {
	width:1100px;
	height:12px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/Footer.png);
}
.bg{
	background-size:cover;
	background-position:165px -60px;
	background-repeat: no-repeat;
	width:1070px;
	height:400px;
	background-size: cover;


}
.tree{
	background-position:-250px -50px;
	background-repeat: no-repeat;
	background-size:cover;
	width:800px;
	height:400px;

}
.weapons{
	margin-left:425px;
	background-repeat: no-repeat;
	background-size:cover;
	width:325px;
	height:200px;
}
.weapons2{
	margin-left:425px;
	margin-top:0px;
	background-repeat: no-repeat;
	background-size:cover;
	width:325px;
	height:200px;
}
/**********************************************
Font Changes
**********************************************/

.Large {
	font-size:60px;
	font-weight:bold;
	text-align:center;
}
.Big{
	margin-top:0px;
	font-size:24px;
	text-align:center;
	font-weight:bold;
}
.tiny {
	font-size: 10px;
}

/**********************************************
URL Color Changes
**********************************************/

.url {color: #93C572;}
a:link {
	color: #93C572;;
}
a:visited {
	color: #93C572;;
}
a:hover {
	color: #93C572;;
}
a:active {
	color: #93C572;;
}
