<!--

#efeito		{
		width: 200px; height: 113px;
		overflow: hidden;
		background: url(logo_vitta_effect.jpg) top left no-repeat;
		display: block;
		text-indent: 10000px;
		}

#dicas		{
		width: 210px; height: 115px;
		overflow: hidden;
		background: url(dicas.jpg) top left no-repeat;
		display: block;
		text-indent: 10000px;
		}
 
#dicas:hover	{
		background-position: bottom left;
		}

#efeito:hover	{
		background-position: bottom left;
		}


-->