@charset "utf-8";
/* CSS Document */
#main
  {
  background-image:url(images/background.jpg);
  background-repeat:no-repeat;
  width:1024px;
  height:768px;
  }
#main #meniu
  {
   width:364px;
   padding:120px 0px 0px 0px;
   float:left;
  }
 
#main #meniu #butoane 
  {
   padding-left:197px;
  }
#main #meniu #butoane .buton
  {
   background-image:url(images/buton-back.gif);
   background-repeat:no-repeat;
   padding-top:3px;
   width:167px;
   height:40px;
  }
#main #meniu #butoane .buton a:link,a:visited
  {
   color:#FFFFFF;
   font-weight:bold;
   font-size:14px;
   text-decoration:none;
  }

#main #meniu #butoane .buton a:hover
  {
   color:#FFFFFF;
   font-weight:bold;
   font-size:14px;
   text-decoration:underline;
  }  
/*
#main #meniu #butoane ul li
  {
   background-image:url(images/buton-back.jpg);
   background-repeat:no-repeat;
   width:167px;
   height:40px;
  }
*/  
#main #right 
  {
   width:660px;
   float:right;
  } 
#main #right .content
  {
   padding:65px 165px 0px 70px;
   height:480px;
 

  }  

