body {
	background-color: #000;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.masthead {
    height: 200px;
    width: 600px;

    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -115px;
    margin-left: -300px;
}

.image {
    width: 600px;
}

