body { background: #ffffff; } #viewport { border: 1px solid #000000; width: 800px; height: 400px; overflow: scroll; } #canvas { background: #abcdef; width: 1000px; height: 1000px; } .KoControlPoint { position: absolute; width: 5px; height: 5px; background-color: #FF0000; cursor: hand; } #rules { float: right; border: 1px solid #000000; width: 300px; } .KoRule { width: 296px; border: 1px solid #abcdef; margin: 2px; }