Hi There, I am doing the exact same thing.
Managed to pull it off using php substr function where you can put some characters of your content in one div and the rest in the other.
echo substr(the_content(),0,500)
However I would think there is a wordpress way of showing the content without the excerpt.
Hope Someone post it here!