main .paragraph.about {
    background: url("../images/bkg.png");
}

main .paragraph.news {
    background: url("../images/newsbc.jpg");
    background-size: cover;
    width: 100%;
    height: 200px;
}

main .paragraph.schedule {
    background: url("../images/bkg.png");
}

main .paragraph.gallery {
    background: url("../images/bkg.png");
}

main .paragraph.twitter {
    background: url("../images/twitterbc.jpg");
    background-size: cover;
    width: 100%;
}

main .paragraph.member {
    background: url("../images/bkg.png");
}