body {
	background-image: url("cons.png");
	#background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

#footer {
	position:absolute;
	#width:400px;
    height:30px;
    bottom:0px;
    right:25%;
    left:50%;
    margin-left:-150px;
}