html {
	background: #000;
}
body {
	background: #000;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	margin: 0;
}
a {
 	color: #fff;
 	text-decoration: none;
}
a:hover {
 	color: #baba38;
}
article.content {
	position: relative;
}
.main_links_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_links_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	max-width: 900px;
}
.main_links.left img, .main_links.right img {
	width: 100%;
	max-width: 300px;
}
.main_links.center img {
	width: 100%;
	max-width: 233px;
}
.main_links {
	margin: 0 10px;
}
.footer_links {
	text-align: center;
	padding: 15px;
}
.footer_links a {
	padding: 0 10px;
}
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}