<!--
html, body {
    background:url('img/wall.jpg') 0 0;
    background-attachment:fixed;
    color: white;
    padding: 0px;
    margin: 0px;
    }
    
#main_top {
     width: 730px;
     height: 240px;
     background:url('img/main_wall2_top.png') 0 0 no-repeat;
     top: 40px;
     position: relative;
    }    
    

#main_cent {
     width: 695px;
     min-height: 462px;
     background:url('img/main_wall2_cent2.jpg') 0 0 repeat-y;
     position: relative;
     padding-left: -20px;
     margin-bottom: -20px;
    }    

#main_bottom {
     width: 730px;
     height: 157px;
     background:url('img/main_wall2_bottom.png') 0 0 no-repeat;
     position: relative;   
     padding-top: 60px;  
     text-align: right;
     font-size: 12px;
     color: #551a8b;
    }    
    
#menu {
    left: 22px;
    top: 20px;
    width: 105px;
    position: relative;
    }    
    
#header {
    left: 173px;
    top: -240px;
    width: 503px;
    position: relative;
    background-color:green;    
    }    

#text {
    left: 145px;
    top: -183px;
    width: 530px;
    position: relative;
    }    


    
#button1 {
	width:				100px;
	height:				40px;
	display:			block;
	background: url(img/buttons/button_rolunk.png) 0 0 no-repeat;
	margin-bottom: 5px;
}

#button1:hover {
	width:				100px;
	height:				40px;
	display:			block;
	background: url(img/buttons/button_rolunk_hover.png) 0 0 no-repeat;
	margin-bottom: 5px;
}    

#button2 {
	width:				100px;
	height:				40px;
	display:			block;
	background: url(img/buttons/button_munkak.png) 0 0 no-repeat;
	margin-bottom: 5px;
}

#button2:hover {
	width:				100px;
	height:				40px;
	display:			block;
	background: url(img/buttons/button_munkak_hover.png) 0 0 no-repeat;
	margin-bottom: 5px;
}    

#button3 {
	width:				100px;
	height:				40px;
	display:			block;
	background: url(img/buttons/button_arak.png) 0 0 no-repeat;
	margin-bottom: 5px;
}

#button3:hover {
	width:				100px;
	height:				40px;
	display:			block;
	background: url(img/buttons/button_arak_hover.png) 0 0 no-repeat;
	margin-bottom: 5px;
}    

#button4 {
	width:				100px;
	height:				40px;
	display:			block;
	background: url(img/buttons/button_kapcsolat.png) 0 0 no-repeat;
}

#button4:hover {
	width:				100px;
	height:				40px;
	display:			block;
	background: url(img/buttons/button_kapcsolat_hover.png) 0 0 no-repeat;
}    

.tdg {
    width: 160px;
    height: 150px;
    padding-top:5px;
    }

-->