*
{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
	overflow-x: hidden;
}

body
{
    background: url(../images/old-paper.jpg) no-repeat;
}

a
{
    color: #fff;
    text-decoration: underline;
}

header
{
    background:#000;
    color: #fff;
    text-align: center;
}

footer
{
	background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 33%,rgba(0,0,0,0.7) 66%,rgba(0,0,0,0) 100%); 
    color: #fff;
	width:100%;
	height:40px;
	position:fixed;
	bottom:0;
	left:0;
    text-align: center;
    
}