body, html {
    margin:0;
    height: 100%;
    color: white;
}

.bg {
    background-image: url("bg-cta.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.centered {
    position: absolute;
    top: 85%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    width: 400px;
    height: 100px;
    font-family: Arial, Helvetica, sans-serif;;
}

.banner {
	font-size: 1.75em;
}

.menu {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;
    height: 50px;
    margin: 10px;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: white;
}

a:active {
    color: white;
}


