/*Main Section*/
body{
	background-position:center;	
	text-align: center;
	background-image:url('grass.jpg');
	background-repeat:repeat;
	background-color:#22300f;
	margin-top: 35px;
	height:548px !important;
}

.centeredDiv{
	position:relative;
	text-align: center;
}

p{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

.indexContainer {
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
}

a{
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	color:white;
}

a:hover{
	color:#e76006;
}

img{
	border-style:none;
}