body 
{
    background-color: #000000;
    background-image: url(images/darkgrid1.png);
    background-repeat: repeat;
    text-decoration-color: white;
    color: white;
    background-attachment: fixed;
}

a
{
    color: white;
}

html, body 
{
    height: 100%;
}

#left
{
  width: 15%; 
  vertical-align: top;
}

#middle
{
  width: 70%;
  text-align:center;
}

#right
{
  width: 15%;
}