/* support.css */

div#support
{
  position: relative;
  width: 932px;
  height: 701px;
  margin: 0 auto;
  background: url(../images/bg-support.jpg) top no-repeat;
}

div#info
{
/*border: 1px solid #f00;*/
  position: absolute;
  top: 20px;
  left: 25px;
  width: 860px;
  height: 650px;
}
div#info h1
{
  margin-bottom: 20px;
  font-family: arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #800;

  display: block;
  text-indent: -9999px;
  width: 221px;
  height: 32px;
  background: url(../images/t-support.png) top no-repeat;
}
div#info h2
{
  padding: 10px 0 20px 10px;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #8f0101;
}
div#info p
{
  padding: 0 0 20px 4px;
  font-family: arial;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: left;
  color: #000;
}
div#info a
{
  font-weight: bold;
  color: #0000aa;
}
div#info a:hover
{
  font-weight: bold;
	text-decoration: underline;
  color: #0000aa;
}
