Código:
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
<!--
div#izquierda {
     left: 5px;
     top: 62px;
}
div#medio {
     text-align: center;
     font-size: 25px;
     top: 25px;
}
div#medio-sub {
     text-align: center;
    
}
div#derecha {
     right: 5px;
     top: 62px;
}
-->
</style>
</head>
<body>
<p><div id="medio"><strong>Medio medio medio medio medio</strong></div>
<p><div id="izquierda">Izquierda</div><div id="medio-sub">Frase de debajo</div><div 
id="derecha">Derecha</div></p>
</body>
</html>
  No se que problema debería haber en que se mostrase así: 
...........................................Medio medio medio medio medio......................................
Izquierda......................................Fra  se de debajo.........................................Der  echa 
(sin los puntos, claro está jejeje) 
Sin embargo se muestra así:  
En funcionamiento 
Saludos.