/* FONTS start */
@font-face {
    font-family: dinproregular;
    src: url('/game-first/media/fonts/dinproregular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* FONTS end */

body {
 	margin: 0;
  	padding: 0;
  	background: #E3D2CF;
}
#container {
	margin: 20px auto;
	width: 900px;
	height: 600px;
	background: url('/game-first/media/images/background.png') 0 0 repeat;
}
#dead {
	display: none;
	width: 100%;
	text-align: center;
	margin-top: 100px;
	padding-bottom: 100px;
}
#dead h2,
#dead h3 {
    font-family: dinproregular;
}
#dead a {
	color: #254077;
    text-decoration: none;
}
#dead a:hover {
	text-decoration: underline;
}
.main-container {
	width: 900px;
	margin: 0 auto;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.game-desc p {
	font-family: dinproregular;
    font-size: 18px;
    padding: 10px;
}