/* ===== FAIL SAFE TECHNOLOGIES FOOTER STYLE SHEET ===== */
.footer {
	background-color: #77011b;
    background-image: -webkit-gradient(linear,left top,left bottom, from(#77011b), to(#5c0115));
	background-image: -webkit-radial-gradient(bottom right, #77011b, #000000 86%, #5c0115);;
	background-image: -moz-radial-gradient(bottom right, #77011b, #000000 86%, #5c0115);
	background-image: -ms-linear-gradient(top, #77011b, #000000 86%, #5c0115);
	background-image: -o-linear-gradient(top, #77011b, #000000 86%, #5c0115);
	color: #ffffff;
	text-align: center;
	font-size: 0.9em;
    position:fixed;
    width:100%;
    bottom:0;
    
}

.footer .contact {
    font-size:0.85em;
}
