﻿body {
    background-image: url('http://www.listofimages.com/wallpapers/2012/12/ball-goal-football-sports-1080x1920.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#container {
    margin: 50px 50px;
    min-height: 700px;
    background-color: #E5E5E5;
    background: rgba(255, 255, 255, 0.85);
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

.well {
    text-align: center;
}

#schedule {
    text-align: left;
}
