html, body {
    height: 0%;
}

.menuFixo
{
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: aliceblue;
}

#slide-fundo{
 background-image: url(/res/img/slide02.jpg);
 background-repeat: no-repeat;
}