body {
	background-color: #333;
	background-image: url(Images/indbg.jpg);
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
}
.info {
	font-size: 0.7em;
}
#index2 {
	text-align: center;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#index2 a {
	color: #FFF;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#index2 a:visited {
	color: #FFF;
	text-decoration: none;
}
#index2 a:hover {
	color: #CCC;
	text-decoration: none;
}
#index2 a:active {
	color: #FFF;
	text-decoration: none;
}
.shadow {
box-shadow: 5px 5px 5px #000000;
-webkit-box-shadow: 5px 5px 5px #000000;
-firefox-box-shadow: 5px 5px 5px #000000;
}
