html, body { height: 100%; overflow: hidden; }
body {			
  margin: 0;
  padding: 0;
  background-color: #666;
  color: #fff;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 15px;	
   
}

a {	
  color: #fff;
}

#header {
  text-align: center;
  background-color: #666;
  width: 100%;
  height: 10px;
  padding: 10px 0;
}

#footer {
  text-align: center;
  background-color: #666;
  color: #fff;
  width: 100%;
  height: 10px;
  padding: 10px 0;
  position: relative;
  bottom: 0;
  left: 0;
}

a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFD133
}
a:active {
	text-decoration: none;
	color: #FFF;