body {
	margin:0px;
	padding:0px;
	background: url(1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#header {
	font-family: 'Monoton', cursive;
	color:#DAA520;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
	width:100%;
	text-align:center;
	font-size:80px;
	padding-top:8%;
}

#main {
	font-family: 'Voces';
	color:#C0C0C0;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
	width:100%;
	text-align:center;
	font-size:50px;
	padding-top:8%;
}

#footer {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
	padding: 10px 0px 0px;
}