body
{
  background-image: url('../img/site_bg.png');
  background-position : top left;
  background-repeat : repeat-x;
  background-color : #949494;
  font-family : Arial,Helvetica, sans-serif;
  color :#666666;
  font-size : 14px;

  text-align : center;
}

h1
{
  font-size : 18px;
  font-weight : bold;
  color: #256d92;
}

h2
{
  font-size : 16px;
  font-weight : bold;
  color: #256d92;
}

p
{
  font-weight : normal;
  text-align : justify;
}
