* {
    box-sizing: border-box;
}

a { font-weight: bold; color: #fff; }

#wrapper {
    padding: 0 15px;
	color: black;
	background-color: black;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	/* max-width: 708px; */
    /* max-width:  */
    width: auto;
    max-width: 900px;
	}
#wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
.button {
    width: 50%;
	border-color: black;
	border-width: 2px;
	border-style: solid;
	float: left;
    height: auto;
}
.button:after {
    content: "";
    display: table;
    clear: both;
}


#bumper {
	height: 20px;
	background-color: black;
    clear: both;
}