html,body { margin:0; padding:0; } .sidebar a { color:#fff; } .sidebar { background:blue; width:210px; height:100%; position:fixed; top:0; left:0; } .notebar { width:200px; height:190px; text-align:center; background:red; } .notebar p { margin:20px 0 0; }