I am developing one web application in HTML5 and js. And I am using some ‘Canvas‘ tags in it. So I would like to structure them on the screen like:

I have achieved it by using such CSS tags as: margin-right, margin-left, top, position.
The problem is when I use these css tags, then I am more or less adapting the whole layout to one screen only, unfortunately my aim is to support any screen possible.
Maybe there are professionals in layouting who could help with this particular problem.
P.S. When window size is changed, canvases should not be resized
I have created you a demo.
I believe this is what you want.
HTML:
CSS