body
{
   font-family: sans-serif, serif;
	background-color: #D6D6D6;
   margin : 0px;
   padding : 0px;
   font-size: 10px;
   scrollbar-face-color: #CDCDCD;
   scrollbar-shadow-color: #840400;
   scrollbar-highlight-color: #840400;
   scrollbar-3dlight-color: #CDCDCD;
   scrollbar-darkshadow-color: #CDCDCD;
   scrollbar-track-color: #CDCDCD;
   scrollbar-arrow-color: #FFFFFF;
}

.bg
{
	background-image: url(img/bg_02.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#top
{
  position : relative;
  text-align: center;
  margin : 0px;
  width : 100 %;
  height: 19px;
  padding-top : 50px;
}

#bg_left
{
  width : 100 %;
  height: 550px;
  text-align: right;
  background-image: url(img/bg_01.jpg);
  background-repeat: repeat-x;
  background-position: right;
}

#bg_right
{
  width : 100 %;
  height: 550px;
  text-align: left;
  background-image: url(img/bg_01.jpg);
  background-repeat: repeat-x;
  background-position: left;
}

#down
{
  position : relative;
  text-align: center;
  margin : 0px;
  width : 100 %;
  height: 19px;
}

/* second part of the web site */

.bg_main
{
	background-image: url(img/bg_03.gif);
	background-repeat: repeat-y;
	background-position: center;
}