* { margin: 0; padding: 0; font-family: sans-serif; }
a { color: #fff; }
a:hover { color: #888; }
table { border-collapse: collapse; border-spacing: 0; }
ul { list-style-type: none; }

body { background: #000; color: #fff; overflow: hidden; }

#header { position: absolute; top: 10px; left: 50%; margin-left: -400px; }
#header h1#logo { width: 404px; height: 107px; background: url('logo.png') no-repeat; text-indent: -5000px; overflow: hidden; }

#contact { position: absolute; top: 45px; right: 50%; margin-right: -400px; }
#contact span { float: right; clear: right; font-size: 14px; }

#info { position: absolute; bottom: 0px; left: 50%; margin-left: -400px; width: 800px; height: 100px; }
#info #title { display: block; font-size: 18px; text-align: center; }
#info #description { display: block; font-size: 10px; text-align: justify; }

.super-container { position: absolute; bottom: 100px; left: 0px; width: 100%; height: 100%; }
.super-container img { border: 12px solid #fff; }