@font-face {
	font-family: collegeb;
	src: url(../fonts/collegeb.ttf);
}
body {
	margin: 0;
	background-position:top center;
	background-repeat:no-repeat;
}
#content {
	margin: auto;
	width: 100%;
	background-color:rgba(255, 255, 255, 0.0);
	border: 0px solid #ffffff;
}
.moneyTotal {
	font-size: 12vw;
	font-weight: bold;
	margin:auto;
	text-align:center;
	color: #000000;
	text-transform: uppercase;
	font-family:Arial;
	opacity: 1.0;
}
.winningNumber {
	font-size: 6vw;
	margin:auto;
	text-align:center;
	color: #000000;
	text-transform: uppercase;
	font-family:Arial;
	font-weight: 700;
	opacity: 1.0;
}
