/* CSS Document */
body{
	background:#5d108d;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	color:#fff;
	font-size: 60%;
	margin: 5px 0;
}
div.container
{
	background: url(../_img/DDR_gamebg.jpg) top left no-repeat;
	width:804px;
	height: 685px;
	margin: 0 auto;
	padding: 0 0 0 88px;
	position:relative;
	/*background: #00cc00;*/
}
div.gameLinksBar{
	margin: 15px 0;
	text-align: center;
	width:725px;
	/*background: #cc0000;*/
}
div.gameLinksBar a,
div.gameLinksBar a:visited{
	color:#fff;
	text-decoration:none;
}
div.gameLinksBar a:hover
{
	text-decoration:underline;
}
div.prizes{
	position:relative;
	top: 5px;
	margin: 0 0 40px 0;
	text-align:center;
	width: 725px;
	color:#fff;
	height: 110px;
	/*background: #ffcc00;*/
}
/** html div.prizes{top: 0px;}*/
div.prizes p{
	margin: 5px 0;
}
div.coBrandBar{
	position:relative;
	top:0;
	width:880px;
	margin: 5px auto;
	padding: 5px;
	background: #000;
}
