body {
	background-color: #303030;
	font-family: monospace;
}

div.content {
	border-style: solid;
	border-width: 48px 48px 48px 48px;
	border-image: url('border.png') 48 48 48 48 fill repeat;
}

footer {
    position: absolute;
    bottom: 64px;
    width: 97%;
}

