@charset "utf-8";
/* CSS Document */

#bg {
	border: 0 0 0 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	background: url('imgs/f_produtos.jpg') fixed no-repeat center;
}

.central {
	width: 1000px;
	height: 100%;
	margin-top: 50px;
}

.conteudo {
	background: #000;
	width: 993px;
	height: 444px;
	margin-left: 7px;
	margin-top: 132px;
}

.borda {
	background: url('imgs/Home.png') no-repeat;
	width: 1008px;
	height: 521px;
	margin-top: -513px;
}

.menu {
	float: right;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	width: 530px;
	height: 42px;
}






/*
.conteudo {
	background: url('imgs/Home.png') no-repeat;
	margin-top: 50px;
	width: 1006px;
	height: 521px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	float: right;
	text-align: center;
	margin-top: 25px;
	width: 530px;
	height: 42px;
}

.textos {
	float: left;
	margin-left: 6px;
	background: #666;
	width: 994px;
	height: 300px;
}





#posiciona1{
background-color: #F00;
width: 50px;
height: 50px;
position: absolute;
top:40px;

}

#posiciona2{
background-color: #0F0;
width: 50px;
height: 50px;
position: absolute;
top:65px;
z-index:4;
}

#posiciona3{
background-color: #00F;
width: 50px;
height: 50px;
position: absolute;
top:100px;
}