/*================================================================
Folha de Estilo da página de entrada do XI Congresso Brasileiro de 
Ecotoxicologia
Autor: Marcos Antonio da R. Ferreira
Data: 06/02/2010
==================================================================*/

body {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	text-align: center;
	}

#corpo{
	width: 700px;
	margin: 0 auto;
	}

#entrada_01{
	  width: 700px;
	  height: 168px;
	  background: url('../img/entradaR1C1.jpg') no-repeat center center;
	}

#entrada_02{
	  width: 700px;
	  height: 201px;
	  background: url('../img/entradaR2C1.jpg') no-repeat center center;
	}

#entrada_03{
	  width: 700px;
	  height: 191px;
	  background: url('../img/entradaR3C1.jpg') no-repeat center center;
	}

#caixa {
		float: left;
		width: 700px;
		height: 100px;
		margin-top: 80px;
	}

#caixa a:link, a:visited, a:active{
	display: block;
	width: 300px;
	height: 48px;
	margin: 0 auto;
	background: url('../img/bemvindo_ecotox01.png') no-repeat center center;
}

#caixa a:hover {
	background: url('../img/bemvindo_ecotox02.png') no-repeat center center;
}

