/*
-----------------------------------------------------
MicroAd CSS Basic Settings
FileName: bg.css
Version: 2007.11.14

-----------------------------------------------------
*/

@charset"UTF-8";

#mainBgArea{
  background: url(../img/bg_main.gif) repeat-y 0px 0px;
}
#topTextBg{
  background: url(../../img/toptext_bg.gif) no-repeat 0px 0px;
}
#headerBgArea{
  background: url(../img/bg_top.gif) no-repeat 0px 0px; 
}
#footerBgArea{
  background: url(../img/bg_bottom.gif) no-repeat left bottom;
}
