cambie un poco tu código fijate si es lo que quieres lograr
Código:
body {
background: url(images/background.jpg);
border-left:1px solid #000;
border-right:1px solid #000;
}
/*Redondear*/
.redondear {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
behavior:url(border-radius.htc);
}
/*fin de redondear*/
/*Fin CSS general*/
/*Cabecera*/
#cabecera {
background:url(images/cabecera.png) no-repeat;
width:100%;
height:264px;
}
/*Iconos en cabecera*/
#menu {
float:right;
background:#000 url(images/barrabotones.gif) no-repeat;
width:388px;
height:90px;
background:transparent;
margin-right:40px
}
ul#iconos{
margin:0 auto;
list-style-type:none;
display:block;
height:90px;
text-transform:uppercase;
font-size:12px;
font-weight:bold;
width: 388px;
}
ul#iconos li{
width:109px;
height:76px;
display:block;
float:left;
margin:0px auto;
margin-right:20px;
}
ul#iconos li a{
display:block;
float:left;
color:#000;
text-decoration:none;
padding:10px 0px 0px 0px;
height:76px;
background:transparent no-repeat;
width: 109px;
margin:0px auto;
font-family:"Courier New", Courier, monospace;
}
ul#iconos li a:hover{
padding:0px 0px 0px 0px;
background:transparent;
}
/*Fin de iconos en cabecera*/
/*Fin cabecera*/
/*Contenido*/
#contenido {
position:relative;
background:#232323;
clear:both;
border:solid 1px #3D3B3C;
margin:25px 0 0 53px;
width:898px;
height:auto;
display:table;
}
/*Dentro del contenido*/
.descripcion1 {
background:transparent;
width:280px;
margin:10px 0 10px 10px;
border-right:solid #808080 3px;
}
#contenedor{ width:100%; height:auto; margin:0 auto;}
Código HTML:
<div id="cabecera">
<div id="menu">
<ul id="iconos">
<li><a href="servicios.html"><img src="http://www.forosdelweb.com/images/servicios.gif" width="109" height="76" border="0" alt="Servicios" /></a></li>
<li><a href="quienes-somos.html"><img src="http://www.forosdelweb.com/images/quienesomos.gif" width="109" height="76" border="0" alt="quienes somos" /></a></li>
<li><a href="contacto.html"><img src="http://www.forosdelweb.com/images/contacto.gif" width="109" height="76" border="0" alt="Contacto" /></a></li>
</ul>
</div>
</div>
<div id="contenedor">
<div id="contenido" class="redondear">
sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />sdfasdf asdfasdf asdf asdf asf asfd asdf<br />
</div>
</div>
y el problema es la cabecera no el contenido, tu contenido estaba con float left si quieres que algo flote y se mantenga dentro del el cuerpo de la pagina tienes que tener otra cosa flotando por que si no se sale como una estructura a 2 columnas.
otra cosa las propiedades de redondeo que usas solo funcionan para ff y safaria no para los demas. mira este
vínculo haber si te sirve
Espero te sirva