body {
    background-image: url('/img/bo-waves.jpg');
    background-size: cover;
}

section {
	text-align: center;
    color: #fff;

    font-size: 16px;
    text-shadow: 0 0 2px #000;
}

section div.ib {
    margin: 0 10vw;
}

a.main-aris-logo {
    font-size: 40px;
    font-weight: bold;
    text-shadow: none;
    color: #325490;
    background-color: #fff;

    display: inline-block;
    border-radius: 10px;
    border: 2px solid #666;

    width: 165px;
    height: 71px;
    line-height: 71px;
}

footer {
    background-color: transparent;
}
footer a {
    color: #fff;
}




