img {
 float: right;
 padding: 10px;
}
 html, body {
     margin: 0;
 }

.global {
    height: 100%;
}

#header, #footer {
 background-color: black;
 color: white;
 text-align:center;
 padding: 3px 0px 5px 0px; margin: 0px; width:100%;
}

#footer {
 margin-top: 50px;
}

.ident {
 text-align: right;

}

h2 {
 font-variant: small-caps;
  font-weight: normal;
  background-color: white;
  opacity: 0.6;
  text-align: center;  
  letter-spacing: 10px;
  margin-bottom: 5px; 
  font-size: large;
  color: #000;
  border-bottom: 2px solid #776;
  border-top: 2px solid #776;
  margin-top: 50px;
  margin-bottom: 20px;
}

h2:first-child { margin-top: 0px; }

div.item {
 margin-top: 10px;
}

a.item { font-size: large;  }

a { text-decoration: none; }
a:link { color: #972; }
em { color: #999; font-style: normal; }

A:visited { color:  #887; }  
 A:hover   {  text-decoration: underline;} 
 A:active  { color:  #a81;}   

#header a:link, #header a:visited, #header a:hover, #header a:active { color: #fff; }
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active { color: #fff; }


.contact td { padding: 5px; }
.contact td:first-child { text-align: right; }

b {
  font-family: sans-serif;
}


.indent {
  margin-left: 50px;
  margin-bottom: 20px;
}



@font-face {
 font-family: Austin;
 font-style: Italic;
 src: url(AustinItalic.ttf);
}

@font-face {
 font-family: Austin;
 src: url(Austin.ttf);
}


h1 {
 font-weight: normal;
}
body {
 background-color: #f7f7ee;
 font-family: Austin;
}
.back {
 z-index: -1;
 color: #eeeed7;
 position: fixed;
 top: 40px;
 right: 40px;
 font-style: italic;
 font-size: 120px;
}
.container {
  top: 0px;
  margin-top: 150px;
  margin-left: 75px;
 z-index: 2;
}
.big {
 position: relative;
}
