float: left;
#info-page img { background-attachment: scroll; background-clip: border-box; background-color: #E8EAE8; background-image: none; background-origin: padding-box; background-position: 0 0; background-repeat: repeat; background-size: auto auto; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px; float: left;}
#info-page p {padding: 0 10px;}
Just add a
float: left;to the img css:Page-source you can find it.
You might also want to add some margin to the image to push it away from the side of the grey box.