#title {
	font-size: 70px;
	padding-top: 10px;
	font-family: Courier, monospace;
	color: #0C1F41;
	margin:auto;
	position: relative;
	text-align: center;
	font-weight: bold;
}
#center-container {
	margin: auto;
	position: relative;
	width:800px;
	height:100px;
	background-color: #C1C1C1;
}
.dropdown-section {
	color:#FFFFFF;
	background-color: #AAAAAA;
	border-width: 5px;
	height: 30px;
	width: 33.3%;
	overflow: hidden;
	transition: 0.5s;
	z-index: 100;
	position: absolute;
}
.dropdown-section:hover {
	height: 270px;
	margin-bottom:-200; 
	z-index: 100;
}
.dropdown-title {
	text-align: center;
	font-size: 25px;
	height: 30px;
	z-index: 100;
	background-color: #999999;
}
.dropdown-item {
	padding-top: 10px;
	padding-left: 10px;
	height: 30px;
	width: inherit;
	transition: 0.25s;
	color:#FFFFFF;
	font-family: Arial;
	font-weight: bold;
	z-index: 100;
}
.dropdown-item:hover {
	padding-left: 20px;
	border-left-style: solid;
	border-width: 10px;
	border-color: #000000;
}
.dropdown-item-selected {
	padding-top: 10px;
	padding-left: 10px;
	height: 30px;
	width: inherit;
	transition: 0.25s;
	color:#FFFFFF;
	font-family: Arial;
	font-weight: bold;
	z-index: 100;
	padding-left: 20px;
	border-left-style: solid;
	border-width: 10px;
	border-color: #0C1F41;
}
a {
	color:inherit;
	text-decoration: none;
}
#content {
	background-color: #404040;
	min-height: 1000px;
	margin-bottom: 500px;
	padding-bottom: 50px;
}
.body {
	margin-left: 50px;
	margin-right: 50px;
	color: #FFFFFF;
}
.download-div {
	text-align: center;
	font-family: Courier, monospace;
	font-size: 50px;
	color:green;
}
#download-link {
	transition: 0.3s;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#download-link:hover {
	background-color: #00A000;
	color: #FFFFFF;
}
#download-link-open {
	background-color: #00A000;
	color: #FFFFFF;
}
/*.download-image {
	height: 56.5px;
	padding-top: 50px;
}*/
#spoilers {
	background-color: #000000;
	color:#000000;
	transition: 0.5s;
}
#spoilers-revealed {
	background-color: #404040;
	color:#FFFFFF;
	transition: 0.5s;
}
.game-screenshot {
	margin-left: 50px;
	width: 700px;
	margin-right: 50px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.game-screenshot-spoiler {
	width: 700px;
	opacity: 0;
	transition: 0.5s;
}
.game-screenshot-spoiler-revealed {
	width: 700px;
	opacity: 1;
	transition: 0.5s;
}