*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    background-color: #000;
}
.content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px 50px;
}

img {
    width: 100%;
    height: auto;
    margin-bottom: -100px;
}

.copyright,
.copyright a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

