@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
body { background-color:#000; color:#FFF; font-family: Arial, Helvetica, sans-serif; }
#container { position:absolute; top: 50%; left: 50%; width:400px; height:100px; margin-top: -50px; margin-left: -200px; text-align: center; }
a { color: #F00; text-decoration: underline; }
img { border: none; }
