#ibox {
  border: 1px dotted #999999;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #333333;
  line-height: 20px;
  font-family: Arial,Helvetica,sans-serif;
  color: #33ccff;
  background-image: url(../pics/body.png);
  font-size: 15px;
  width: 250px;
}
h3 {
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: inherit;
  text-decoration: underline;
  color: yellow;
  margin-top: 5px;
  font-size: 18px;
  font-style: normal;
}
table {
  border: 1px solid #666666;
  width: 480px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  font-family: "Courier New",Courier,monospace;
  font-size: 1.2em;
  color: #999999;
}
td {
  border: 1px solid #666666;
  background-image: url(../pics/bottom.png);
  background-position:  center center;
  background-repeat: repeat-x;
}
.box1 {
  border: 3px double #666666;
  padding: 7px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../pics/index.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  width: 680px;
  font-size: 13px;
  background-color: #333333;
  font-family: "Courier New",Courier,monospace;
  line-height: 1.4em;
  color: silver;
  margin-top: 30px;
}
.box2 {
  border: 1px solid #666666;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #666666;
  font-size: 13px;
  font-family: Courier;
  line-height: 1.4em;
  background-repeat: repeat-x;
  background-image: url(../pics/body.png);
  color: silver;
  background-position:  center center;
  margin-top: 30px;
  width: 400px;
}
.box3 {
  border: 1px solid #333333;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
  margin-top: 5px;
  font-family: Verdana;
  font-size: 13px;
  line-height: 1.4em;
  text-align: justify;
}
.box4 {
  border: 1px dotted red;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  width: 500px;
  background-color: #282828;
}
.title {
  border: 1px solid #666666;
  margin-right: auto;
  margin-left: auto;
  line-height: normal;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  color: yellow;
  background-color: #333333;
  background-repeat: repeat-x;
  background-image: url(../pics/titel.png);
  margin-top: 10px;
  height: 22px;
  padding-top: 10px;
  font-weight: bold;
  background-position: center bottom;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 12px;
  width: 50%;
}
img {
  border: 1px solid #666666;
  padding: 10px;
}

