#background{

	width: 100%;
	height: 100%;
	/*background-color: 'none';*/

	z-index: 0;
	background-repeat: no-repeat;
}

#game{

	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	z-index: 1;

}

#landscape_message{

	width: 100%;
	height: 100%;
	/* background-image: url('../media/img/rotate.png'); */

	background-repeat: no-repeat;
	background-position: center center;

	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	visibility: hidden;

}

/*canvas{

	position: absolute;
	left: 50%;
	margin-left: -384px;
	top: 100%;
	margin-top: -1024px;
	z-index: 1;

}*/

html,body{

	overflow: hidden;
	height: 100%;

}

.game_logo{

	position: absolute;
	visibility: hidden;

}

#adv_top{
	font-weight: 800;
	line-height: 1.4;
}

#adv_bottom{
	font-weight: 800;
	line-height: 1.4;
	padding-top: 10%;
}