@font-face{
	font-family: "Montserrat-Light";
	src: url(/fonts/Montserrat-Light.otf) format("truetype");
}

.header{
	margin-top:0px;
	margin-bottom: 5px;
}
.menuDivider{
	width:1px;
	height:32px;
	display:inline-block;
	margin-right:12px;
	margin-left:12px;
	background-image: url(../images/MenuLine.png);
}
.block{
	width: 960px;
	background-repeat: no-repeat;
}
.gameBlock{
	width: auto;
	height: auto;
	margin-left:30px;
	margin-right:30px;
	display: inline-block;
	text-align: left;
}
.gameText{
	font-size: 19px;
	line-height: 20pt;
	width: auto;	
	color: white;
	font-family: "Montserrat-Light";	
}
.gameImage{
	display: inline-block; 
	float: left; 
	width:auto;
	padding-right:15px;
	padding-left: 15px;
}
.gameDivision{
	height:125px;
	width:auto;
}
.socialMedia{
	width: 100px;
	height: 100px;
	margin-top:10px;
	padding-left:15px;
	padding-right:15px;
}
body{
	margin:0px;
	text-align:center;
    background-repeat: no-repeat;
}
menu{	
	padding-right:15px;
	padding-top:30px;
	text-align: right;
}
.menuItem{
	color: white;	
	font-family: "Montserrat-Light";
	font-size:23px;
	vertical-align:top;
	text-decoration: none;
}
a{
	color:inherit;
	text-decoration: underline;
}