@charset "UTF-8";
/* CSS Document */

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 40px; /* Margin bottom by footer height */
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  background-color: #fff;
}

footer p {
	color: #000;
	text-shadow: none;
	font-size: .9em;
}

footer a {
	color: #222;
}

footer a:hover,
footer a:focus,
footer a:active,
footer a.active {
    color: #222 !important;
	opacity: 0.6;
	text-decoration: none;
}

.CG {
	height: 18px;
}

.copyright {
	padding-top:10px;
}
