footer{
	background-color:#fff;
	width:100%;
	height:150px;
	margin-top:50px;
	clear:both;
	
	
	background: #000 no-repeat center fixed;  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #fff,#C0C0C0); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #fff, #C0C0C0); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #fff, #C0C0C0); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #fff, #C0C0C0); /* Standard syntax */
}

h1#rodape{
	text-align:center;
	font-size:50px;
	padding-top:40px;
	 
	}