/* CSS Document */

/* Footer
--------------------------------*/
footer {
	position: absolute;
  bottom: 60;
  width: 100%;
	
  /* Set the fixed height of the footer here */
  height: 60;
	color: #ffffff;
	background-color: #323232;
}

/* this get also set in rg_styles */
.footer-text h1, 
.footer-text h2, 
.footer-text h3, 
.footer-text h4, 
.footer-text h5, 
.footer-text h6 {
	font-family: 'Ultra', serif;
  color: #C2C2C2;
}



.footer-text > a {
    color: inherit; 
    text-decoration: none;
}

