body{
	font-family: bodoni, arial, sans-serif;
    font-size: 12px;
    text-transform: none;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    
  
}
@font-face{
  font-family: 'bodoni';
  src: url('bodoni.ttf') format('truetype');
}
h1 {
    letter-spacing: 7px;
    color: white;
    text-shadow: 1px 2px 4px #000000;
}
header a{
	color:#ffffff;
	text-decoration: none;
	margin: 0;
  letter-spacing: 3px;
  width: 26px;
}

header ul{
  margin: 0;
  padding: 0;
}
header li{
  float: center;
 
  margin: 0 2px;
text-align: left;
width: 100%;
#display

}
header li a{
  font-size: 14px;
  line-height: 150%;
}

footer {
   position: absolute;
   bottom: 0px;
   text-align: center;
   width: 99%;
}

a:hover {
  color: #32cd32;
}
a:active {
  #color: #32cd32;
}
.fader
{
  position: absolute;
  height: 100%;
  width: 100%;
  left:0;
  top:0;
  z-index: -99;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background-image: url(images/mullaysw.jpg);
    background-position: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    -webkit-backface-visibility: hidden;
margin: 0 0 0 0;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}





