/*a tartalom részért felel*/
#wrapper {
      position:relative;
      align:center;
      height: 600px; 
      width: 600px; 
      margin: 0 auto; 
      padding: 0; 
      text-align: left; 
      background: url(background.gif) center repeat-y;
	  color: #ffffff;
	  margin-top: 50px;
	  font-size:11px;
     } 

/*ez határozza meg a címsort*/	 
#header { 
      height: 100px; 
      background: url(header.gif) no-repeat top left;
     } 
	 

/*navigácios menü*/
#navigation {
      height: 20px; 
      margin: 0; 
      text-align: center; 
      background: url(nav.gif) no-repeat top left;
      } 
#navigation li { 
     display: inline; 
     list-style-type: none; 
     }	  

#sidebar {
      width: 140px; 
	  height: 300px;
      margin-left: 20px; 
      margin-right: 20px; 
      float: left; 
      }  

#main { 
      width: 370px;
	  height: 300px; 
      margin-left: 0px; 
      margin-right: 20px; 
      float: right;
	  color:#000000;
      }
	  
#under {
         height: 30px;
		 width: 600px;
		 margin: 0px;
		 background: url(bgunder.gif) no-repeat top left;
	   }