/* CSS Document */
*,body,html { margin:0px; padding:0px; outline: 0px; }

img,a  { border:0px; display: block; }

body { background: black url(images/bg_tile.gif) scroll repeat 0 0; }

#container { width: 440px; position: absolute; left: 50%; margin-left: -200px; height: 500px; top: 50%; margin-top: -250px; text-align:center; }

.icon { display: block; }
.line { height:1px; border-bottom: 1px solid black; width:100%; }

a { border-right: 10px solid white; border-left: 10px solid white; }
a:hover { border-right: 10px solid red; border-left: 10px solid red; }