html, body, #wrap, #info_wrap{
    background: #ececf8;
}
#header{
    background: url("./img/logo.png") no-repeat center center / 250px;
}
.message{
    border-top: solid 1px #662C91;
}
.message H2{
    background: #662C91;
    border-bottom: 1px solid #662C91;
}
/*
.infoIcon{
    background: url("./img/info_light.png") center no-repeat;
}
*/
.offBtn{
    background: #f7931a;
    color: #FFFFFF;
}
.pink, #info_block H2{
    color: #662C91;
}
#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 / 120px;
    }
}
