.installSteam,
.installAwesomenauts,
.playAwesomenauts,
.spinner,
.logo{	
	position: fixed;
	top: 50%;
	left: 50%;
}
.protocol-img {
	position: fixed;
	left:50%;
}
.moreButtons {	
	position: fixed;
	bottom: 0px;
	padding: 0px;
	width: 100%;
	height: 80px;
	background: url("images/more_buttons_bg.jpg");
	background-size: 100% 100%;
}
.more-steam-img,
.more-trailer-img,
.more-website-img,
.more-forums-img,
.more-reminder-img {
	position: absolute;
	left: 50%;
}
.more-trailer-img{
	margin-left: -400px;
}
.more-website-img{
	margin-left: -200px;
}
.more-forums-img{
	margin-left: 0px;
}
.more-steam-img{
	margin-left: 200px;
}
#more-steam-over,
#more-trailer-over,
#more-website-over,
#more-forums-over,
#more-reminder-over {
	opacity: 0;
	transition: opacity 500ms;
}
#more-steam-over:hover,
#more-trailer-over:hover,
#more-website-over:hover,
#more-forums-over:hover,
#more-reminder-over:hover  {
	opacity: 1;
}
.spinner{	
	width: 240px;
	height: 240px;
	margin-top: -120px; 
	margin-left: -120px;
}
.logo{	
	width: 800px;
	height: auto;
	margin-top: 0px; 
	margin-left: -400px;
}
.logo-img {
	width: 100%;
	height: auto;
	
}
.playAwesomenauts{	
	width: 600px;
	height: 175px;
	margin-top: -87px; 
	margin-left: -300px;
	pointer-events: none;
	cursor: pointer;
}
.play-awesomenauts-over-img,
.play-awesomenauts-img {
	position:absolute;
	left: 0px;
	top: 55px;
}
.hint-img {
	position:absolute;
	left: 42px;
	top: 0px;
}
.installSteam{	
	width: 500px;
	height: 175px;
	margin-top: -87px; 
	margin-left: -250px;
	pointer-events: none;
}
.protocolHighlight,
.protocolHint {
	position: fixed;	
	left: 50%;
}
.protocolHint {
	text-align: center;
	font-family: sans-serif;
	margin-left: -360px;
	width: 720px;
}
.protocolHighlight{
	background: white;
}
.steam-img {
	position: absolute;
	left: 20px;
	top: 60px;
}
.startHidden {
	opacity: 0;
}
body {
	color: black;
	margin: 0px;
	padding: 0px;
}
.background {
	background: url(https://www.awesomenauts.com/wp-content/uploads/2017/04/upcoming-40-background.jpg) center center; 
	background-size: cover; 
	text-align: center; 
	color: white;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}