body {
    background-color: #ffffff;
	text-align: center;	
}
.hide {
visibility: hidden;
}
#wrapper {
position: relative;
	top: 0px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding: 110px 0 0 0;
		}
#content {
	position: absolute;
	top: 0px;
	width: 1024px;
	margin-left: 10px;
	padding: 0 20px 0 0;
		}
#footer {
	position: absolute;
	top: 780px;
	width: 950px;
	margin-left: 35px;
	padding: 0 20px 0 0;
	font-family: Serif, Georgia, 'Times New Roman', Times;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  	}
#element1 {
	position: absolute;
  z-index: 1;
  visibility: visible;
  }
 #element2 {
 position: absolute;
  z-index: 2;
  visibility: visible;
  background-color: transparent;
  height: 768px;
  width: 1024px;
  }
p.italics { 
	font-style:italic;
	font-family: Serif, Georgia, 'Times New Roman', Times;
	background-color: #999999;
	}
  