html{
    position: absolute;
    top: 0%;
  left: 0%;
}

a{
font-family: "Trajan";
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

#background{
  z-index: -1;
}
#address{
    position: relative;
    bottom: 195px;
    left: 113px;
}

#links{
    position: relative;
    bottom: 245px;
    left: 10px;
  text-align: center;
}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}