* {
    margin: 0;
    padding: 0;
}

body {
	font-family: Fira Sans Condensed;
	font-size: 13px;
	width: 100%;
	height: 100%;
}

body>div:first-child {
	position: absolute;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

img {
    width: 750px;
    margin: 150px auto 25px;
    display: block;
}

section>div {
    text-align: center;
    padding: 5px;
}

section {
    /* margin: 150px auto; */
    /* padding: 50px; */
    width: 1000px;
    background-color: #cccccccc;
    width: 100%;
    height: 100%;
    position: absolute;
}

footer {
    bottom: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: #121212;
    padding: 10px 0px;
    font-size: 10px;
    color: #ffffff;
    border-top: 5px solid;
    border-color: #660000;
}

footer>div>div:nth-child(1) {
    font-weight: bold;
}

footer>div>div:last-child {
    padding: 5px 0px 0px 0px;
}

a {
    color: #000000;
}

section>div>strong {
    font-size: 18px;
}