html { width:100%; height:100%; }
body { width:100%; height:100%; background:url(background.jpg) top center repeat-y #000000; text-align:left; }
#map { padding:30px; width:1060px; margin-left:auto; margin-right:auto;}
.tile { position:absolute; }
.tilecontainer { position:absolute; }
.tiletarget { z-index:2; position:absolute; width:26px; height:20px; cursor:pointer; border:0px solid red; }
.object { position:absolute; display:inline; }
