
/* hide from ie on mac \*/
html {
    height: 100%;
    
}
#content {
	height: 100%;
}
#content div {
    margin: 10px;
}
/* end hide */
body {
    height: 100%;
    margin: 0;
    padding: 0;
hhhhhhckground: #abc2cb;
    color: #000000;
    font: 86% Arial, sans-serif;
	text-align: center;
}


h2{
    
    font-family: Acknowledgement;
    font-size: 42px;
    color: #99CCFF;
    font-weight: bold;
}

a{
    
    color: #5a5249;
}

h1{
    
    font-family: Fontin Sans Regular;
    font-size: 48px;
    color: #5a5249;
    font-weight: bold;
}

.background{
    
    color: #3D3D2D;
}

.nav{
    
    font-family: Acknowledgement;
    font-size: 30px;
    color: #999933;
}

.border{
    
    color: #000000;
}

body{
    font-family: _Arial;
    font-size: 12px;
    color: #AAAAAA;
}

.accent{
    
    color: #FFFF99;
}

p{
    
    font-family: Fontin Sans Regular;
    font-size: 13px;
    color: #5a5249;
}
 .centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  color: white;
} 

.centered2 {
  position: relative;
  top: 1000;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  color: white;
} 

