.classbody{
	margin:0;
}
#box1{
	margin:0;
	width:370px;
	height:340px;
	position:absolute;
	overflow:hidden;
}
#box{
	top:20px;
	overflow:hidden;
	width:370px;
	height:300px;
}
#b1,#b2{
	width:370px;
	height:20px;
	
}
#b1{
	position:absolute;
	top:0px;
	background-image:url(../img/cima.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#CCC;

}
#b2{
	position:absolute;
	bottom:0px;
	background-image:url(../img/baixo.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#CCC;
}
#b1:hover, #b2:hover{
	background-color:#E2E2E2;
}
#conteudo_not_id{
	height:700px;
	position:absolute;
	width:370px;
	top:20px;
}





