
/* hide from ie on mac \*/

html {
  height: 100%;
  /*overflow: hidden;*/
}
	
#main {
  height: 100%;
}

/* end hide */

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
}

body { 
text-align: -moz-center; 
} 

a{
  color: #336699;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #336688;
  text-decoration: underline;
  background-color: transparent;
}

.textContent {
  text-align: left;
  width: 700px;
  margin: 0 auto;
  position: relative;
}

.centeredImage {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

h1 {
  font-size: 30px;
}