body { background:#eaeaa2; } div#top { top:0; left:0; right:0; position:fixed; width:100%; height:30px; background:#000000; } div#bottom { bottom:0; left:0; right:0; position:fixed; width:100%; height:30px; background:#000000; } div#left { top:0; bottom:0; left:0; position:fixed; width:30px; height:950px; background:#000000; } div#right { top:0; bottom:0; right:0; position:fixed; width:30px; height:950px; background:#000000; } canvas { width:90%; height:610px; margin:5%; background:#eeeeee; }