body {
background: #000 url(images/bg.jpg) repeat-x; 
}

.ro {
background-image: url(images/lro.jpg); 
background-repeat: norepeat;
width:408px;
}

.en {
background-image: url(images/len.jpg); 
background-repeat: norepeat;
width:402px;
}

.ro2 {
background-image: url(images/ro.jpg); 
background-repeat: norepeat;
padding-right:5px;
padding-bottom:10px;
}

.en2 {
background-image: url(images/en.jpg); 
background-repeat: norepeat;
padding-left:5px;
padding-bottom:10px;
}

a.text {
font-family: Verdana;
color:#999;
font-size:12px;
text-decoration:none;

}
a.text:hover {
text-decoration:underline;
color:#ccc;
}

.footer {
background-image: url(images/foot.jpg); 
background-repeat: norepeat;
}
a.foot {
font-family: trebuchet ms;
color:#999;
font-size:11px;
text-decoration:none;

}
a.foot:hover {
text-decoration:underline;
color:#ccc;
}
