/* Make sure the game screen stretches to "full screen" of the browser. */
html, body, div, p {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
}

#gp-ad-wrapper-1 {
	position: absolute;
    width: 100%;
    height:50px; /* required to make the position:absolute work */
    bottom: 0px;
}

#gp-ad-wrapper-2 {
	position: absolute;
	width: 100%;
    height:0px; /* required to make the position:absolute work */
    top: 10px;
}

.gp-ad {
	background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    padding:2px;
}