* { margin: 0; padding: 0; list-style: none; border: none; outline: none; }

html, body {
 height:100%;
}

body { 
  font-family: Arial, Tahoma, sans-serif; 
  font-size: 12px; 
  color:gray;
  background-color: #000000;
}

#box {
    width:788px;
    position:fixed;
    top:29%;
    left:29%;
}

#height-box {
 position: fixed;
 top:27%;
 left:0;
 width: 100%;
}

#width-box {
 width:788px;
 margin:0 auto;
}

A:link {
    color:gray;
    text-decoration: none
    }
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

p { text-align: right;}

table.centi {
width: 100%;
height:100%;
}

