body {
    text-align: center;
    /* background: url("../image/palyazatback.gif");  */
    background-color: #bbbbbb; 
    margin: 0;
    padding: 0; 
}

    /* full screen division: give the body height:100% 
    so that its child elements can have percentage heights*/
body{ height:100% }
    
div.fullscreen{                 /*this is what we want the div to look like*/
    width:100%;                 /*set the width and height to 100% of the screen*/
    margin: 0;
    padding: 0; 
  }
#body1 {
   text-align: center; 
}
#body2 {
   text-align: center;
}


#container {
   background: url("../imagemagazin/lisztkeretetop.gif") top center no-repeat ;
   background-color: #eeeeee; 
   margin: 0 auto;              /* firefox div center */ 
   width: 920px;  

   font-family: Tahoma, Verdana, Arial, sans-serif;
   font-size: 13px;
   line-height: 18px;
}
#containerb {
   background: url("../imagemagazin/lisztkeretebottom.gif") bottom center no-repeat ;
   margin: 0 auto;              /* firefox div center */ 
   width: 920px;  
}
#sideleft {
   width: 460px;  
   text-align: center;
}
#sideleftb {
   margin: 80px 20px 10px 80px;
   text-align: center;
}
#sideright {
   width: 400px;  
   text-align: center;
}
#siderightb {
   margin: 70px 50px 0 0;
   text-align: left;
   line-height: 16.9px;
}
#sidebottomb {
   margin: 20px;
   text-align: center;
}


.floatleft  {float: left;}
.floatright {float: right;}
.clearfloat {clear: both;}

.pointer   {cursor: pointer;}
.justified {text-align: justify;}
.centered  {text-align: center;}

#bezar {
   position: absolute;
   width:50px;  
   height:80px;
   right: 10px;
   top:  155px;
   margin-top:  0px;
   margin-right:  5px;
   cursor: pointer;  
}
#bezarlenthorta {
   width:100%;  
   height:80px;
   margin: 0 auto;              /* firefox div center */ 
   text-align: center;
   cursor: pointer;  
}
.bezaras a {
   text-decoration: none;	
}
.bezaras a img {
   text-decoration: none;	
   border: none;
}
.copyright {
	font-family: Verdana, sans-serif, Arial;
	font-size: 11px;
	color: #ccd9c2;
	text-decoration: none;
}
   