div {

	word-wrap: break-word;
}

body {
	width: 30%;
}

#resultsID_2 {
	width: 70px;
 float: left;
 	word-wrap: break-word;
}

#resultsID_1 {
	width: 70px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  	word-wrap: break-word;
}

#resultsID_3 {
	width: 70px;
 float: right;
 	word-wrap: break-word;
}