* { margin: 0; padding: 0; } body { background: black; color: white; margin: 0; padding: 0; } div { color: black; } div.box { font-size: 8pt; background-color: white; border: 2px solid #000000; padding: 8px; -moz-border-radius: 10px; border-radius: 10px; z-index: 99; opacity: .7; filter: alpha(opacity=70); } #visibox { position: absolute; right: 10px; top: 10px; width: 20em; } #addressbox { position: absolute; right: 10px; bottom: 10px; }