body {
    background-color: #243238;
}

.top1 {
    background-image: url("../images/top1.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.top1a {
    /*color: #878244;*/
    color: #fff;
    text-align: center;
    padding-top: 2vw;
    padding-bottom: 2vw;
    text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 2px #000,
				  -1px -1px 2px #000;
}