@charset "utf-8";
/* CSS Document */
/* criado por: razz.com+web+design */

/* ------------------------- Tags da estrutura da pagina ------------------------- */

* {
	padding: 0;
	margin: 0;
}

* html img {
filter:expression(
this.alphaxLoaded ? "" :
(
this.src.substr(this.src.length-4)==".png"
?
(
(!this.complete)
? "" :
this.runtimeStyle.filter=
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
String(this.alphaxLoaded=true).substr(0,0)+
(this.src="images/blank.gif").substr(0,0)
)
:
this.runtimeStyle.filter=""
)
);
}

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#footer {
	padding: 0px;
	margin: 0px;
	height: 300px;
	bottom: 0px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	width: 300px; 
	z-index: 10000;
	display:block;
	text-align: right;
}
