Mam problem bo nie mogę wyśrodkować tekstu. Chodzi mi o tą cześć na samym dole. Lewa strona jest na górze a prawa na dole. Ja chciałbym aby byly oba te teksty buły na środku.

A tak w plikach:
Kod
#mydol {
clear: both;
width: 700px;
height: 25px;
margin-left: auto;
margin-right: auto;
}
#mydol1 {
background: transparent url(redprofil/tlo/mydol01.png) 0 0 no-repeat;
width: 340px;
height: 25px;
float: left;
}
#mydol2 {
background: transparent url(redprofil/tlo/mydol02.png) 0 0 no-repeat;
width: 360px;
height: 25px;
float: right;
}
clear: both;
width: 700px;
height: 25px;
margin-left: auto;
margin-right: auto;
}
#mydol1 {
background: transparent url(redprofil/tlo/mydol01.png) 0 0 no-repeat;
width: 340px;
height: 25px;
float: left;
}
#mydol2 {
background: transparent url(redprofil/tlo/mydol02.png) 0 0 no-repeat;
width: 360px;
height: 25px;
float: right;
}
W jaki sposób wyśrodkować ten tekst?