/* CSS Document */

div#hero {
	height:108px;
	width:760px;
	padding:0 12px 0 12px;
}

div#hero h2 {
	width:760px;
	height:108px;
	margin:0;
	overflow:hidden;
	text-indent:-9999em;
	background-image:url(/graphics/bkg/bkg_login_hero_h2.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
div#hero h2#secure_area {
	background-image:url(/graphics/bkg/bkg_secure_area_h2.gif);

}
#link_download{
	margin: 0 0 0 240px;
	width:178px;
	height:49px;
	display:block;
	text-indent:-9999em;
	overflow:hidden;
	background-image:url(/graphics/bkg/bkg_download.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
#link_download:hover{
	background-position:0 -50px;
}