body {
	background-image: url(../img/azulejo.gif);
}
#total {
	position:absolute;
	width:1200px;
	height:740px;
	left:50%;
	top:50%;
	margin-left:-600px;
	margin-top:-370px;
}
#topo {
	position:relative;
	float:left;
	width:1200px;
	height:210px;
	background-image: url(../img/armario-cima.png);
	z-index: 5;
}
#esquerda {
	width:200px;
	height:300px;
	float:left;
	position: relative;
}
#frame_conteudo {
	width:800px;
	height:300px;
}
#direita {
	float: left;
	height:300px;
	width:200px;
	position: relative;
}
#meio {
	float: left;
	height:300px;
	width:800px;
	position: relative;
	z-index: 10;
}
#base {
	float: left;
	height: 250px;
	width: 1200px;
	position: relative;
	background-image: url(../img/armario-baixo.png);
}

.caixa_botao {
	height: 27px;
	width: 122px;
	text-align: center;
	color: #777777;
	margin-top: 35px;
	margin-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.botao_menu {
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}

.caixa_botao_over {
	height: 27px;
	width: 122px;
	text-align: center;
	color: #999999;
	cursor: pointer;
	margin-top: 6px;
	margin-left: 50px;
}
