@charset "utf-8";
/* CSS Document */
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="img/blank.gif").substr(0,0)
					)
				:
			this.runtimeStyle.filter=""
		)
	);
}
html, body {
	margin: 0px;
	padding: 0px;
	background:url(bg.jpg);
	background-color:#333333;
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
a:link {
	text-decoration: underline;
	color:#CCCCCC;
}
a:visited {
	text-decoration: underline;
	color:#CCCCCC;
}
a:hover {
	text-decoration: none;
	color:#CCCCCC;
}
a:active {
	text-decoration: underline;
	color:#CCCCCC;
}
#meio {
	position:absolute;
	top:50%;
	left:50%;
	width:750px;
	height:428px;
	margin-left:-375px;
	margin-top: -214px;
}    
#menu {
	width:310px;
	height:28px;
	position:absolute;
	left:404px;
	top:40px;
	visibility: visible;
}
#logo {
	width:313px;
	height:96px;
	position:absolute;
	margin: 20px;
}
#corpo {
	background-image:url(fundo_transparente.png);
	width:650px;
	height:300px;
	position:absolute;
	top: 120px;
	left: 51px;
}
#texto {
	position:relative;
	margin:15px;
	height:300px;
	overflow:auto;
}
#img {
	position:absolute;
	right:5px;
	top:80px;
	}
