#welcome {
  background: #600;
  color: #fff;
  margin: 0 0 5px 0;
}

  #welcome .content {
    padding: 20px;
  }
  
  #welcome h2 {
    margin: 0;
    font-size: 20px;
    color: #fff;
  }
  
  #welcome h3 {
    margin: 0;
    color: #fff;
  }
  
  
  #welcome a {
    color: #fff;
    text-decoration: underline;
  }
  
  #sidebar {
      display:none;
  }
  
  #home-side-links {
      float:left;
      width:178px;
      margin:15px 0 0 5px;
  }
  
    #home-side-links p {
        margin:0;
        padding:0;
    }
  
  .facebook {
      background:url(facebook.jpg) no-repeat;
      background-position:0 0;
      display:block;
      text-indent:-9000px;
      height:110px;
      width:178px;
      margin-bottom:5px;
  } .facebook:hover { background-position:0 -110px; }
  
  .clubDraws {
      background:url(club-draws.jpg) no-repeat;
      background-position:0 0;
      display:block;
      text-indent:-9000px;
      height:115px;
      width:178px;
      margin-bottom:5px;
  } .clubDraws:hover { background-position:0 -115px; }
  
  .clubResults {
      background:url(club-results.jpg) no-repeat;
      background-position:0 0;
      display:block;
      text-indent:-9000px;
      height:115px;
      width:178px;
      margin-bottom:5px;
  } .clubResults:hover { background-position:0 -115px; }
  
  .textAlerts {
      background:url(text-alerts.jpg) no-repeat;
      background-position:0 0;
      display:block;
      text-indent:-9000px;
      height:115px;
      width:178px;
  } .textAlerts:hover { background-position:0 -115px; }
