html,body {
	margin:0;
	padding:0;
	height:100%;
	background:url(trava.jpg) #000 no-repeat center top;
}

div#container {
	position:relative;
	margin:0 auto;
	awidth:750px;
	width:100%;
	
	height:auto !important;
	height:100%;

	min-height:100%;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	text-align:left;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
	div#footer a {
	color: #fff;
	text-decoration:none;
	font-size:30px;
	font-family:arial,sans-serif;

	}