#footer { 
	width: 100%;
  height: 160px;
	background: #0a4796; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #0c97d5 , #0a4796); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #0c97d5, #0a4796); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #0c97d5, #0a4796); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #0c97d5 , #0a4796); /* Standard syntax */	
  position: relative; 
  color: white;
}

#footer h2 {
  color: white;
}

#footer-left {
  position: absolute;
  top: 30px;
  left: 75px;
}

#footer-right {
  position: absolute;
  top: 45px;
  right: 55px;
}