style(s)
<style type="text/css">
.draggable { width: 100px; height: 15px;
z-index:3;
border-style:solid; background: silver; }
#status { x:10px; y:500px; width: 300px; height: 20px;
background: black; color: silver;
display:none;
}
#board {
left:120px; top:0px; width: 90%; height: 100%;
position: absolute; z-index:1;
background: silver; color: black;
}
</style>
<script type="text/javascript">