*{
	margin: 0px;
	padding: 0px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html,body{
	width: 100%;
	height: 100%;
}

body{
	padding-bottom: 100px;
}

@font-face{
	font-family: Bariol;
	src: url('../fonts/Bariol.ttf') format('truetype');
}

body{
	background-color: black;
}

#game-table{
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
}

#game-cell{
	display: table-cell;
	vertical-align: middle;
}

#viewport{
	margin: auto;
	width: 640px;
	height: 960px;
}

canvas{
	width: 100%;
	height: 100%;
	image-rendering: optimize-speed;
}

#ad-over{
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
	display: none;
}

#ad-table{
	display: table;
	width: 100%;
	height: 100%;
}

#ad-cell{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#ad-container{
	background-color: white;
	margin: auto;
	position: relative;
}

#ad-container iframe{
	border: none;
}

#ad-close-button{
	background-image: url("../img/close.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
}	
