@font-face {
	font-family: "bebasneue_regular";
	src: url(bebasneue_regular.woff) format("woff");
}

/**************************************** reset ****************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/****************************************** end reset *******************************************/
body, html {
	background: #000;
	color: red;
	/*font-family: ds_digi, Arial, Sans Serif;*/
	font-family: bebasneue_regular, Arial, Sans Serif;
	font-size: 80px;
	font-weight: normal;
	text-align: center;
	margin:0;
	padding:0;
}
.header {
	background-color: #222;
	color: #666;
	text-align: center;
	width: 100%;
	font-size: 17px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial;
}

table {
	padding-top: 15%;
	margin: 0 auto;
	border-spacing: 30px 0px;
}
td {
	line-height: 0.9em;
}
.digit {
	font-family: Arial;
}
.text {
	color: #fff;
	font-size:0.6em;
}
@media screen and (max-width: 1000px) {
	body, html {
		font-size: 60px;
	}
	table {
		padding-top: 20%;
	}
}
@media screen and (max-width: 700px) {
	body, html {
		font-size: 40px;
	}
		table {
		padding-top: 25%;
	}
}
