/* Elements */

a {
  color: white;
  text-decoration: none
}

img {
  border: 1px solid black;
}

body {
  background-color: #758282;
  background-image: url( "img/gradient.jpg" );
  background-position: top center;
  background-attachment: fixed;
  background-repeat: repeat-x;
  text-align: center;
}

div {
  font-family: sans-serif;
  color: #e6ffff;
}

/* Classes */
/* IDs */

#container{
  margin: auto;
  height: 800px;
  width: 800px;
}

#header {
  border: 1px solid black;
  background-color: #758282;
  background-image: url( "http://fealz.net/SE/sonata.png" );
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0em;
  height: 110px;
}

#content {
  margin: 3px 0px;
  height: 610px;
}

#footer {
  border: 1px solid black;
  background-color: #758282;
  text-align: right;
  height: 20px;
  font-size: .65em;
}

#ldiv {
  border: 1px solid black;
  background-color: #758282;
  float: left;
  height: 608px;
  width: 150px;
  font-size: .9em;
  text-align: left;
  padding-left: 5px;
}

#rdiv {
  border: 1px solid black;
  background-color: #758282;
  float: right;
  height: 608px;
  width: 640px;
  font-size: .8em;
}

#heading {
  font-size: 1.4em;
  font-weight: bold;
}

#teamprofile {
  margin: auto;
  width: 500px;
  height: 200px;
}

#tpl {
  float: left;
  width: 200px;
  height: 200px;
}

#tpr {
  float: right;
  width: 300px;
  height: 200px;
}
