body {
	margin:0px;
	background-color:#000000;
	font-family: "Balsamiq Sans", sans-serif;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

a:link, a:visited {
	color:#06f;
	text-decoration:none;
}

a:hover {
	color:#0bf;
	text-decoration:underline;
}

#main-content-wrapper {

	margin-left:auto;
	margin-right:auto;
	max-width: 700px;
}

#main-content-wrapper h1, #main-content-wrapper h2 {
	font-family: "Balsamiq Sans", sans-serif;
	line-height: 1.2;
}

#main-content-wrapper h1 {
	font-size: 48pt;
}
#main-content-wrapper h2 {
	font-size: 28pt;
	margin-bottom: 20px;
	margin-top: 20px;
}


#main-content-wrapper {
	font-family: "Balsamiq Sans", sans-serif;
}

#logo-splash {
	text-align: center;
}

#logo-wrapper img {
	max-width: 80%;
	max-height: 300px;
}

#main-game-list {
	float: left;
	width: 340px;
}

#main-game-list img.thumbnail {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 10px;
}

#main-game-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main-game-list li {
	margin: 0;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 0;
}

#main-shpiel {
	float: right;
	width: 350px;
	font-size: 11pt;
	line-height: 2.0;
}

#main-shpiel b {
	color: rgb(222, 240, 255);
}

#main-other-info {
	clear: both;
}