/* BASE V1.5 */
.content_footer{
width:100%;
height:100px;
margin:auto;
display: block;
padding:33.3px;
text-shadow:none;
}

.content_footer  a {
	text-decoration: none !important;
	text-shadow: none !important;
	background-color: transparent !important;
}

.content_footer  a:hover {
	text-decoration: none !important;
	text-shadow: none !important;
	background-color: transparent !important;
}

.content_header {
width: 100%;
margin:auto;
text-shadow:none;
}

.content_header a{
text-shadow: none !important;
}

.content_header a:hover{
text-shadow: none !important;
}

.topbar {
display: inline-block;
width: 100%;
vertical-align: top;
}

.topbar a {
	text-decoration: none !important;
	text-shadow: none !important;
	background-color: transparent !important;
}

.topbar a:hover {
	text-decoration: none !important;
	text-shadow: none !important;
	background-color: transparent !important;
}

#main-container {
	min-height:100%;
	position:relative;
}

main {
min-height: 90vh;
}

footer {
	height:100px;
	width:100%;
	display:inline-block;
}

