
body {
	margin: 0 auto;
    border: 0;
    padding: 0;
    text-align:center;
}

#contener {
    border: 0;
    padding: 0;
    width:1000px;
    margin: 0 auto;
    background-color: #fff;
    text-align:left;
}

#top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 150px;
	background-image: url(img/top2.jpg);
}

#menu {
	position: absolute;
        width:800px;
	top: 100px;
	left: 150px;
	height: 60px;
	width: 860px;
	overflow: hidden;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#menu li {
	display: inline;
list-style-type: none;}

#menu li a {
	float: left;
}

#menu .home {
	width: 172px;
	height: 60px;
	background-image: url(img/menu.gif);
	overflow: hidden;
	cursor: pointer;
}

#menu .home_over {
	width: 172px;
	height: 60px;
	overflow: hidden;
	background: url(img/menu.gif) 860px 120px;
	cursor: pointer;
}

#menu .quem_somos {
	width: 172px;
	height: 60px;
	background-image: url(img/menu.gif);
	background-position: 688px 0;
	overflow: hidden;
}

#menu .quem_somos_over {
	width: 172px;
	height: 60px;
	background-image: url(img/menu.gif);
	background-position: 688px 120px;
	overflow: hidden;
}


#menu .nossos_roteiros {
	width: 172px;
	height: 60px;
	background-image: url(img/menu.gif);
	background-position: 516px 0;
	overflow: hidden;
}

#menu .nossos_roteiros_over {
	width: 172px;
	height: 60px;
	background-image: url(img/menu.gif);
	background-position: 516px 120px;
	overflow: hidden;
}

#menu .nossa_equipe {
	width: 172px;
	height: 60px;
	background-image: url(img/menu.gif);
	background-position: 344px 0;
	overflow: hidden;
}

#menu .nossa_equipe_over {
	width: 172px;
	height: 60px;
	background-image: url(img/menu.gif);
	background-position: 344px 120px;
	overflow: hidden;
}


#menu .contato {
	width: 172px;
	height: 60px;
	background-image: url(img/menu.gif);
	background-position: 172px 0;
	overflow: hidden;
}

#menu .contato_over {
	width: 172px;
	height: 60px;
	background-image: url(img/menu.gif);
	background-position: 172px 120px;
	overflow: hidden;
}

#rodape {
	position: relative;
	top: 20px;
	left: 10px;
	width: 980px;
	height: 35px;
	background-image: url(img/rodape.jpg);
}

#box_indicacao {
	position: relative;
	top: 30px;
	left: 10px;
	width: 980px;
	height: 45px;
}
