/* CSS Document */

#nelc,
#nelclink
{
	position: absolute;
	top: 0;
	left: 0;	
	width: 200px;
	height: 200px;
}

#nelc
{
	background: url(../navidadenlacalle/nelcsplash.png) no-repeat;
}

#nelclink a
{
 	display: block;
	text-indent: -6000px;
	width: 150px;
	height: 150px;
}

/*
IE FIX : I feel unclean... hack to allow IE to render the background .png correctly.

We use /star \star/ to hide the filter from Mac IE 
We use * html to make it IE specific 
.png voodoo by http://www.willhowat.com/knowledge/transparent_png.aspx
*/

/* \*/
* html #nelc {
	background: none;
	float: left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../navidadenlacalle/nelcsplash.png', sizingMethod='scale'); 
}
/* */