#fundo
{
	position:relative;
	width:1000px;
	height:600px;
	background-image:url('img/ncena_fundocentro.jpg');
}
#titulo
{
	position:absolute;
    top:0px;
    left:100px;
    height:100px;
    width:800px;
    background-image:url('img/ncena_logo.png')
}
#menu
{
	position:absolute;
	top:150px;
	left:0px;
	width:120px;
}
#box
{
	position:absolute;
	top:120px;
	left:200px;
	width:800px;
	height:400px;
}
#box1
{
	position:absolute;
	top:120px;
	left:200px;
	width:400px;
	height:400px;
}
#box2
{
	position:absolute;
	top:120px;
	left:600px;
	width:400px;
	height:400px;
}
#rodape
{
	position:absolute;
	top:600;
	width:1000px;
}
