body
{
  background-color: #c1c1c1;
  color: white;
  padding: 0px;
  margin: 0px;
  border: 0px;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html
{
  background-color: #c1c1c1;
  color: white;
  padding: 0px;
  border: 0px;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#title
{
  position: relative;
  top: 15px;
  font-size: 32px;
  font-weight: bold;
  margin-left: 120px;
  color: darkorange;
}

#header
{
  width: 1100px;
  padding: 20px;
  background-color: black;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

td
{
  min-width: 100px;
}

th
{
  text-align: left;
  color: darkorange;
}


#main
{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  background-image: -webkit-gradient(linear,right top,left bottom,color-stop(0,#464849),color-stop(0.9,#211e1e));
  background-image: -o-linear-gradient(left bottom,#464849 0%,#211e1e 90%);
  background-image: -moz-linear-gradient(left bottom,#464849 0%,#211e1e 90%);
  background-image: -webkit-linear-gradient(left bottom,#464849 0%,#211e1e 90%);
  background-image: -ms-linear-gradient(left bottom,#464849 0%,#211e1e 90%);
  background-image: linear-gradient(to left bottom,#464849 0%,#211e1e 90%);
}

#content
{
  padding: 20px;
  padding-top: 10px;
}

a:link
{
  color: #9999FF;
  font-weight: bold;
  text-decoration: none;
}

a:visited
{
  color: #9999FF;
  font-weight: bold;
  text-decoration: none;
}

h2
{
  color: darkorange;
  margin-top: 20px;
}

.screenshot
{
  border: 0px;
  max-height: 200px;
}

