Hola tengo un problema al centrar el div, este es mi css:
Código CSS:
Ver originala:link {
color: #fff;
text-decoration: none;
}
a:visited {
color: #fff;
text-decoration: none;
}
a:hover, a:active, a:focus {
color:#fff;
text-decoration:underline;
}
body {
background-image: url(../img/balondefutbol.png);
background-color: #FFF;
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
}
#contenido-general {
max-width: 1600px;
min-width: 1000px;
margin-left: auto;
margin-top: 50px;
width: auto;
overflow:hidden;
margin-bottom: 15px;
text-align: center;
}
#container{
margin-bottom: 15px;
width: 80%;
border: #000 thin solid;
-moz-border-radius:5px;
-ms-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
align: center;
}
#contenido-general {
max-width: 1600px;
min-width: 1000px;
margin-left: auto;
margin-top: 50px;
overflow:hidden;
margin-bottom: 15px;
}