@charset "iso-8859-1";
/* CSS Document */

#divInsc {
	left:50%;
	width:650px;
	height:650px;
	margin-left:-325px;
	position:relative;
	overflow:hidden;
	
}

#divInscCont{
	width:650px;
	height:500px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:scroll;
}

