Pongo una imagen de mi página.Los links de debajo de la imagen estaban centrados pero desde que puse los botones no hay manera de colocarlos como quiera ¿a qué se debe? ¡cómo puedo poner el enlace primero y el segundo en la misma posición de left?
Pongo abajo mi CSS
myButton {
position:relative;
left:40px;
top:190px;
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f099f0), color-stop(1, #e0b8e0) );
background:-moz-linear-gradient( center top, #f099f0 5%, #e0b8e0 100% );
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f099f0', endColorstr='#e0b8e0');
background-color:#f099f0;
-moz-border-radius:38px;
-webkit-border-radius:38px;
border-radius:38px;
display:inline-block;
color:#a326a3;
font-family:Georgia;
font-size:28px;
font-weight:bold;
padding:4px 21px;
text-decoration:none;
text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0b8e0), color-stop(1, #f099f0) );
background:-moz-linear-gradient( center top, #e0b8e0 5%, #f099f0 100% );
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0b8e0', endColorstr='#f099f0');
background-color:#e0b8e0;
}.myButton:active {
position:relative;
left:40px;
top:190px;
}
.enlaces { FONT-SIZE: 17px; COLOR: #003399; FONT-FAMILY: Arial;
position:relative;
left:540px;
top:740px;}