* {
	Margin: 0;
	Padding: 0;
}

body { 
  background-color: #ffffff;
  height: 100%;
}

#header1 {
	width: 100%;
	background-color: #666666;
	float: center;
	height: 40px;
}

#content {
	width: 100%;
	height: 100%;
	float: center;
}

#footer {
	
	position: absolute;
	width: 100%;
	background-color: #666666;
	bottom: 0;
	float: center;
	height: 40px;
	margin: -40px auto 0 auto;
}

#text {
	position: absolute;
	left: 120px;
	bottom: 45px;
	font-family:Helvetica Neue, Verdana, Arial, sans-serif;
	font-size: 9pt;
	position: bottom;
	color: gray;
}
#text2 {
	position: absolute;
	left: 740px;
	bottom: 45px;
	font-family:Helvetica Neue, Verdana, Arial, sans-serif;
	font-size: 9pt;
	position: bottom;
	color: gray;
}