body, html {
	height: 100%;
	font-family: sans-serif;
}
.header2 {
	position: absolute;
	height: 328px;
	text-indent: -9999px;
	width: 100%;
	margin: -.5em 0 0 0;
	text-indent: 0;
	background: rgba(243, 243, 243,0);
	top: 0px;
	left: 0px;
	text-align: center;
	vertical-align: middle;
}
.content {
	position: absolute;
	text-indent: -9999px;
	width: 100%;
	text-indent: 0;
	background: rgba(243, 243, 243,1);
	top: 130%;
	left: 0px;
	opacity: 0.7;
}
.container1 {
	margin: 0 auto;
	width: 60%;
}
.footer {
	margin: 0 auto;
	width: 100%;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	background-color: #333333;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 8px;
}
.style1 {
	font-size: 18px;
	color: #000000;
	font-family: "Comic Sans MS", cursive;
}
a, a:visited, a:active {
	color: #FFF;
}
a:hover {
	color: #F00;
}
#navbar ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
	text-align: center;
	background-color: #333333;
	font-size: 16px;
	} 
 
#navbar ul li {  
	display: inline; 
	} 
 
#navbar ul li a {
	text-decoration: none;
	padding: .5em 1em;
	color: #FFFFFF;
	background-color: #333333;
	} 
 
#navbar ul li a:hover {
	color: #333333;
	background-color: #FFFFFF;
	} 
.smoothScroll {
  text-decoration: none;
  font-family: Segoe UI;
  margin: 24px;
}
