*{
	margin: 0;
	border: 0;
	background-repeat: no-repeat;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body{
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	
}
a{
	display: block;
	color: Blue;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#topo h1,
#titulo h2{
	display: none;
}
#topo,
#topo a{
		width: 351px;
		height: 31px;
}
#topo{
	background-image: url(img/topo.gif);
}
#titulo{
	width: 750px;
	height: 59px;
	background-image: url(img/titulo.gif);
}
#info{
	width: 600px;
	height: 400px;
	margin: 0 0 0 75px;
}
