﻿* {
	margin: 0px;
	padding: 0px;
}

html {
	_filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
} 

.clear { clear: both; }
.transparente { _behavior: url("js/iepngfix.htc"); }
.invisivel { display: none; }
a { text-decoration: none; }
a img { border: none; }

.loading
{
    background-image: url("../i/loading.gif");
    background-position:center center;
    background-repeat:no-repeat;
    height:100%;
    width:100%;
}

.clr {
	clear:both;
}