@import url("main.css");

body
{
  color: black;
  font-size: medium;
  margin-left: 2%;
  margin-right: 2%;
  background: white;
  background-image: url("/images/thunder_team_0809_background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}


