
#footer {
	background-color: #6d0000;
}

table {
	text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

#main_row {
	height: 100%;
}

td {
	width: 50%;
}

.main_column img {
	width: 75%;
	height: auto;
}

#header img {
	width: 100%;
}

.main_column div {
	margin-top: 1em;
}

.main_link {
	font-size: xx-large;
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.main_column img:hover {
	width: 77%;
}

.ltg {
	color: black;
	margin-top: 0.7em;
}

.ltg > a {
	text-decoration: none;
	color: black;
}

.ltg > a:hover {
	text-decoration: underline;
}

#background_container {
	height: 100%;
}

