@charset "utf-8";

*{
	margin:0;
	padding:0;
	list-style:none;}

#geral {
	background:url(../images/bg_geral.jpg) no-repeat ;
	height: 600px;
	width: 800px;
	margin:0 auto;
	border:1px solid gray;
	position:relative;
	font-family:trebuchet ms;
	font-size:12px;;
	line-height: 20px;
}

#geral a{
	text-decoration:none;}

#topo {
	margin-left:20px;
	margin-top:50px;
	position:relative;}
	
#geral #topo h1 {
	background-image: url(../images/logo_innovatus.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	width: 167px;
	height: 101px;
}
#geral #meio {
	width: 620px;
	top: 230px;
	margin-left: 20px;
	position:absolute
}
#geral img{
	border:0;}

#rodape{
	position:absolute;
	bottom:5px;
	width:800px;
	text-align:center;
	font-size:10px;
	color:#999999;	}

#webtop{
	right:20px;
	top:200px;
	position:absolute}
	
#menu{
	left:230px;
	top:50px;
	position:absolute;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;}

#menu a{
	color:#284563;
	text-decoration:none;}
	
#menu a:hover{
	color:#fff;
	background:#000;
	text-decoration:none;}