#container{
	display: flex;
	flex-direction: column; 
	min-height: 100vh;
}

body {
	height: 100%;
    margin: 0;
	background-color: #000000;
	background-image: url("images/SSIHT.gif");
	background-repeat: repeat;
}

main {
	flex: 1;
}

footer{
	text-align: center;
	background-color: #000000;
}

#copyright{
	color: white;
	text-decoration: none;
}
