body {
    background-color: #808080;
    text-align: center;
    margin: 10% auto 10% auto;
    width: 500px;
    color: white;
    font-family: Arial;
}

img {
	border-width: 0em;
}

#black {
    background-color: black;
    text-align: justify;
    font-size: 1.7em;
    border: white solid 10px;
    border-bottom-width: 0;
    color: white;
    padding: 1em;
}

#white {
    background-color: white;
    text-align: center;
    border: black solid 10px;
    border-top-width: 0;
    border-bottom-width: 0;
    padding: 1em;
}

#bottomimage {
    background-image: url("images/glitch.PNG");
    height: 70px;
}