body { 
  font: 14px helvetica neue, helvetica, arial, sans-serif;
}

.cycontainer
{
	position : relative;
}

#cy {
  height: 700px;
  width : 58%;
  position: absolute;
 margin-right : 40px;
  top: 120px;
    background-color: linen;
}

#explain {
height : 700px;
  width : 38%;
 float : right;
//margin-left : 10px;
  margin-top: 120px;
  background-color: beige;
  overflow: auto;
}

