/* Elements */

body {
  background-color: #0066B3;
  background-image: url("http://i50.photobucket.com/albums/f302/HImbert/gradient3.jpg");
  background-repeat: repeat-x;
  background-position: bottom center; 
  background-attachment: fixed;
  text-align: center;
}

a {
  font-family: Arial, sans-serif; 
  font-size: 10pt;
  color: #999999;
}

div {
  font-family: Arial;
  color: white;
  font-size: 12px; 
}

div div {
  background-color: #00487D;
}

img {
  border: 1px solid black;
}

/* Classes */

.header {
  font-family: Arial;
  font-weight: bold;
  font-size: 15pt;
  color: white;
}

.team {
  margin: auto;
  margin-right: 6px;
  float: left;
  height: 150px;
  width: 150px;
}

.team img {
  border: 1px solid black
}

/* IDs */

#container {
  margin: auto;
  height: 675px;
  width: 800px;
}

#header {
  height: 100px; 
  background-image: url("http://oraserv.cs.siena.edu/~perm_skynet/img/skynet1.png");
  background-position: center center;
  background-color: black;
  margin-bottom: 2px;
}

a #header {
  text-decoration: none;
}

#content {
  height: 535px;
  border: 1px solid black;
  margin-bottom: 2px;
}

#footer {
  height: 30px;
  background-image: url("http://oraserv.cs.siena.edu/~perm_skynet/footer.png");
  background-position: center;
  background-color: black;
  border: 1px solid black;
  text-align: right;
  padding-top: 2px;
  padding-right: 2px; 
}

#left {
  border: 1px solid black;
  width: 150px;
  height: 530px;
  float: left;
  margin-left: 2px;
  margin-top: 2px;
}

#left img {
  border: none;
  margin-left: 1px;
}

#center {
  border: 1px solid black;
  width: 635px;
  height: 525px;
  float: left;
  margin-left: 2px;
  margin-top: 2px;
  padding-top: 5px;
}

#teamcontainer {
  height: 310px;
  width: 475px;
  margin: auto;
}
