/* IE8 Specific CSS Document */
html, body {
	background: #00675A url(../images/png/background.png) no-repeat center 315px;
}

table#lottoOdds th.x2 > span {
	background: transparent url(../images/png/x2x3x4x5_IE.png) no-repeat 0 0px;
}

table#lottoOdds th.x3 > span {
	background: transparent url(../images/png/x2x3x4x5_IE.png) no-repeat 0 -25px;
}

table#lottoOdds th.x4 > span {
	background: transparent url(../images/png/x2x3x4x5_IE.png) no-repeat 0 -50px;
}

table#lottoOdds th.x5 > span {
	background: transparent url(../images/png/x2x3x4x5_IE.png) no-repeat 0 -75px;
}

@media print {
	html, body {
		background: none;
		background-color: #ffffff;
	}
}

div#bodyContent.landingBorder { border-radius: 0; }

div.terminalSounds section.column2 div.gameContent p.listenText { display: none; }