
* { padding: 0; margin: 0; }

body {
 font-family: Arial, sans-serif;
 font-size: 12px;
 text-align: center;
 font-weight: bold;
 text-decoration: none;
}
#teljes { 
 margin: 0 auto;
 width: 500px;
}
#kep {
 color: #333;
 width: 462px;
 float: left;
 padding: 10px;
 border: 1px groove #000000;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background: #DCDCDC;
}
#felirat { 
 color: #333;
 border: 1px groove #000000;
 background: #DCDCDC;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 60px;
 width: 100px;
 float: left;
 text-align: center;
}
#adat { 
 color: #333;
 border: 1px groove #000000;
 background: #DCDCDC;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 60px;
 width: 340px;
 float: left;
 text-align: center;
}
#letoltes { 
 width: 462px;
 clear: both;
 color: #333;
 border: 1px groove #000000;
 background: #DCDCDC;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
 text-decoration: none;
}