*{
	background-repeat: no-repeat;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	font-size: 11px;
}
body{
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#topo{
	background-image: url(img/topo.gif);
}
#topo,
#topo a{
	width: 348px;
	height: 31px;
	display: block;
}
#titulo{
	width: 850px;
	height: 24px;
	background-image: url(img/titulo.gif);
	display: block;
	position: absolute;
	left: 20px;
	top: 50px;
}
#menu b,
#topo h2,
#titulo h1{
	display: none;
}
#menu{
	position: absolute;
	left: 20px;
	top: 80px;
	background-image: url(img/menu.gif);
	background-repeat: repeat-x;
	width: 850px;
	height: 31px;
}
#menu span,
#menu a{
	display: block;
	float: left;
	margin: 0 6px;
	width: 134px;
	height: 31px;
}
#menu span,
#menu a:hover{
	background-position: 0 -31px;
}
.mn1{	background-image: url(img/mn1.gif);}
.mn2{	background-image: url(img/mn2.gif);}
#info{
	position: absolute;
	top: 110px;
	left: 20px;
	width: 850px;
}
#texto p{
	line-height: 120%;
	margin: 10px;
}
#texto{
	float: left;
	margin: 5px 0;
	width: 420px;
}
#texto span{
	display: block;
	height: 14px;
	width: 22px;
	border: 1px solid #ff2c52;
	background-color: #fff;
	color: #ff2c52;
	font-weight: bold;
	text-align: center;
	margin: 2px;
	float: left;
}
#info img{
	margin: 4px;
}
#download{
	position: absolute;
	left: 500px;
	top:640px;
	z-index: 2;

}
#download,
#download a{
	width: 308px;
	height: 31px;
	display: block;
}
#download a{
	background-image: url(img/botao.gif);
}
#download a:hover{
	background-position: 0 -31px;
}
#ampliar{
	position: absolute;
	left: 370px;
	top: 650px;
	z-index: 6;
}
#ampliar,
#ampliar a{
	display: block;
	width: 52px;
	height: 36px;
}
#ampliar a{
	background-image: url(img/ampliar.gif);
}
