body {
    font-family: Arial;
    background-color: DarkSlateGray;
    background-image: url("/graphics/turbine.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
}
.topright {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 18px;
}
h1 {
    background-color: Black;
    text-align: center;
    margin:0;
    line-height: 50px;
    color: #ffffff;
}
a {
   background-color: Black;
}
h3 {
   background-color: Black;
}
img {
    background-color: white;
}

a {
    color: White;
    text-decoration: none;
}

a:hover {
    background-color: red;
    text-decoration: underline;
}
#bottom {
    width: 20%; margin: auto;
    background-color: Red;
    color: White;
    text-align: center;
    padding: 10px;
    font-size: 70%;
    color: #ffffff;
}
#wrapper {
    width: 100%; 
    margin: auto;
    height:100%;
    border-collapse:collapse;
    display : table;
}
.foot {
    display : table-row;
    vertical-align : bottom;
    height : 1px;
}
#left { width: 20%; float: left;}
#right { width: 20%; float: right;text-align: right;}


