html, body, #wrap, #info_wrap{
    background: #e9e7f8;
}
#header{
    background: url("./img/logo.png") no-repeat center center / 220px;
}
.message{
    border-top: solid 1px #801889;
}
.message H2{
    background: #801889;
    border-bottom: 1px solid #801889;
}
/*
.infoIcon{
    background: url("./img/info_light.png") center no-repeat;
}
*/
.offBtn{
    background: #F5C420;
    color: #000000;
}
.pink, #info_block H2{
    color: #801889;
}
#container, #info_block{
    color: #333333;
}
@media screen and (max-width: 600px) {
    #header {
        border-top: solid 1px #f8f4f0;
        background: url("./img/logo.png") no-repeat center center / 150px;
    }
}