body{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	width: 100%;
	margin: 0;
}

.about-section{
	position:relative;
	width: 100%;
	padding:5px;
	background-color: #fff;
	color: #000;
}

.about-section h2, p{
	background-color: #fff;
	color: #000;
}

.footer {
    width: 100%;
	font-size: 15px;
   /**position: fixed;
   left: 0;
   bottom: 0;*/

   color: white;
   background-color: #333;
   text-align: center;
}

/*
.footer {
   width: 100%;
   font-size: 15px;
   position: relative;
   left: 0;
   bottom: 0;
   color: #fff;
   background-color: #333;
   text-align: center;
}
*/
/* Place the navbar at the bottom of the page, and make it stick */
/*.footer {
	width: 100%;
	font-size: 18px;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #333;
	text-align: center;
	overflow: hidden;
}*/

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.footer li {
  float: left;
}

.footer li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.footerbottom {
	text-align:center;
}