@charset "UTF-8";

#totalrewards
{
	background: #fff url(bg_total_rewards.jpg) repeat-x; 
	height: 486px;
	width: 628px;
	overflow: hidden;
	
}


#totalrewards_heading
{	
	position: absolute;
	top: 20px;
	left: 40px;
	bottom: 10px;
	width: 500px;
}


#totalrewards_txt
{	
	position: absolute;
	top: 70px;
	left: 40px;
	width: 380px;
	height: 290px;
	overflow: auto;
	text-align:left;
	padding-right: 20px;
	/*color: black;*/
}


#totalrewards_footer
{
	position: absolute;
	top: 420px;
	left: 30px;
	width: 550px;
	height: 50px;
	overflow: auto;
	text-align:center;
}

#totalrewards_footer a
{
	color: #fc3;
	text-decoration: underline;
	
}

/* added in to fix the h1 sIFR tags which were being affected by css_main.css's line-height tag */
h1 {
   line-height: 1.4em;
}

