.game {

	height: 100%;
	min-height: 300px;
	display: block;
	/* background-color: #00b0ff; */
	background-color: #fff;
	position: relative;

	margin-left: 15px;
	margin-right: 15px; 

	/*-webkit box-shadow: 0 2px 6px -2px rgba(0,0,0,0.3);
    -moz box-shadow: 0 2px 6px -2px rgba(0,0,0,0.3);
    box-shadow: 0 6px 6px -2px rgba(0,0,0,0.3);*/

    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);

    overflow: hidden;

    /*display:inline-block;*/
}

.game img{

	height: 300px;

}

.game h1{

	font-family: 'Raleway', 'sans-serif';
    font-size: 32pt; 
    color: #fff;
    position: absolute;
    margin-top: 0;
    top: 15px;
    left: 335px;
    font-weight:normal;

}


.game p{

	font-family: 'Raleway', 'sans-serif';
    font-size: 16pt; 
    color: #444;
    position: absolute;
    margin-top: 0;
    top: 100px;
    left: 335px;
    right: 35px;
    font-weight:normal;

    clear: both;
}

.gameheader{

	top: 0;
	left: 300px;
	width: 630px;
	height: 85px;
	display: block;
	/* background-color: #00b0ff; */
	background-color: #00b0ff;
	position: absolute;

}

