body {
	color: white;
	font-family: Helvetica, sans-serif;
    width: 800px;
    margin: 100px;
	line-height: 1.4;
    background-image: url('IndexBackground.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left; 	
}

a {
	text-decoration: none;
}

.subPageLink {
	padding: 50px;
	margin: 50px;
	border-radius: 400px;
	color: white;
	background-color: rgba(10, 10, 10, 0.8);
	font-size: 20px;
}

.logo {
	padding: 40px;
	position: absolute;
    top: 100px;
	left: 100px;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.navigation {
	position: absolute;
	top: 400px;
}

.content {
	padding: 20px;
	position: absolute;
	top: 400px;
	background-color: rgba(10, 10, 10, 0.8);
}

.bottom {
	padding: 20px;
	background-color: rgba(10, 10, 10, 0.8);
	position: absolute;
    top: 920px;
	left: 100px;
	width: 800px; 
}

h1 {
	margin: 0px;
	font-size: 50px;
}

table {
	margin: 20px;
	border-collapse: collapse;
}

th, td {
	text-align: center;
	border-collapse: collapse;
	border: 1px solid white;
	padding: 15px;
}