.footer {
	background-image: url("http://www.smagicmakers.com/GaltAllianceFilms/images/GAFft.jpg");
	background-repeat: no-repeat;
    background-color: #000;
	background-size: auto;
	bottom: 0;
  	left: 0;
  	width: 1920px; 
	height: 135px;
	padding: 0px 0px;
	position:relative;
	clear: both;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.icon-bar {
    width: 30%;
    text-align: center;
    background-color: #555;
    overflow: auto;
	right: 0px;
	bottom: 0px;
	position: absolute;
		
}

.icon-bar a {
    width: 20%;
    padding: 10px 0;
    float: left;
    transition: all 0.3s ease;
    color: white;
    font-size: 24px;
}

.icon-bar a:hover {
    background-color: #000;
}

.active {
    background-color: #4CAF50 !important;
}

h1 {
	font-size: 24px;
	color: #6666ff;
	font-family: "AR JULIAN", Arial, "Times New Roman", "Century Gothic";
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", Arial, "Times New Roman";
}
a {
	font-family: "Century Gothic", Arial, "Times New Roman";
	color: #7030a0;
}
a:hover {
	color: #974807;
}
a:active {
	color: #000;
	font-family: "Century Gothic", Arial, "Times New Roman";
}