.centerit    { position: absolute; z-index: 1; top: 150px; right: 50%; left: 50% }
.main   { position: absolute; z-index: 1; left: -370px }
.drag  { background-image: url("images/bg-note1.png"); background-repeat: no-repeat; cursor: hand; margin-left: 20px; position: relative; z-index: 100; width: 145px; height: 100px; float: left }
.note     { position: absolute; z-index: 10; top: 30px; left: 80px; float: left }
.noteone     { position: absolute; z-index: 10; top: 25px; left: 380px; float: left }
.notetwo      { position: absolute; z-index: 10; top: 400px; left: 500px; float: left }
.notelink       { margin-top: 35px; margin-left: 25px; width: 80px }
.clear { clear:left;}