@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: 36px;
    line-height:36px;
    font-weight: 900;
    margin: auto;
    text-align: center;
    color: #fe5000;
    text-transform: uppercase;
    font-family: Arial;
    font-family: 'Titillium Web', sans-serif;
    opacity: 1.0;
}
.winningNumber {
	display: none !important;
	font-size: 16px;
	font-weight: bold;
	margin:auto;
	text-align:center;
	color: #fe5000;
	text-transform: uppercase;
	font-family:Arial;
	opacity: 1.0;
}
