
#page
{
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

a img
{
  border: none;
}

body
{
  background-color: #ffd878;
}

#content
{
  padding-top: 20px;
  padding-bottom: 20px;
  background-repeat: repeat-y;
  background-image: url(../images/support.png);
}

#textbox
{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 70%;
  padding-left: 10px;
  padding-right: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: #fff;
}

#textbox form
{
  margin: 0;
  padding-left: 20px;
}

#textbox td
{
  padding-left: 5px;
}

#illustrations
{
  width: 660px;
  margin-left: 70px;
  margin-right: 70px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: #ffe19b;
}

#illustrations td
{
  width: 220px;
  height: 220px;
  
  text-align: center;
  vertical-align: middle;
}

#illustrations td img
{
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

#footer
{
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border-style: solid;
  background-color: #fff;
  clear: both;
  text-align: center;
}