* { margin: 0; padding: 0; }

html { font-family: arial, helvetica, sans-serif; font-size: 62.5%; cursor: default; }

#background { position: absolute; width: 100%; height: 100%; overflow: hidden; background: #000; z-index: 1; }
#background img { position: relative; }

#body { width: 800px; position: absolute; z-index: 2; left: 50%; margin-left: -400px; height: 100%; }
#body p { font-size: 1.2em; color: #ddd; text-align: center; position: absolute; width: 800px; }
#body p span { background: url(trans.png); padding: 10px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
#body a { color: #ddd; text-decoration: none; }
#body a:hover { color: #fff; }

p.link0 { top: 10%; }
p.link1 { top: 35%; }
p.link2 { top: 50%; }
p.link3 { bottom: 10%; }
p.link4 { bottom: 10%; right: 2%; position: absolute; z-index: 3; color: #fff; }