/* 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 {
position:relative;
top:-77px;
float:right;
text-align:center;
    left: -6px;
}

#clickcolumns {position:relative;left:50px;}

