/* Layout Stylesheet */ 

body{
	margin: 0;
	padding:0;
	background: #47A1D5;
	color:#333333;
	font-family:  arial, verdana, sanf-serif;
}
	 
#hdr{
	background:#008AC9;
}

#headline {
position:relative;
height: 90px;
width:100%;
    top: 0px;
    left: 0px;
}
h1, h2 {
color:#0099CC;
}
/* Jackpot winner frame style */
#jackpotwinners {
float:right;
text-align:center;
    margin-right: 8px;
	width:150px;
	height:85px;
}

#clickcolumns {position:relative;left:50px;float:left;
    top: 0px;
    height: 16px;
    width: 143px;
}
.padtop {padding-top:50px;}

#OtherWinners {
	float:right;
	text-align:center;
	font-weight:bold;
}

