@charset "utf-8";

html, body{
	height:100%;
}

body {
	background-image:url(../img/background.jpg);
	background-size:cover;
	background-position:center;
}

.contentTable {
	height:100%;
	width:100%;
}

#counterBox {
	position:relative;
	width:400px;
	height:400px;
}

#timeBox {
	width:400px;
	font-family: 'Inconsolata', sans-serif;
	font-size:26px;
	position:absolute;
	color:#DDD;
	top:185px;
	text-align:center;
}

#canvas {
	position:absolute;
	left:0;
	top:0;
}