pues primero que todo usar 2 id para distintos elementos esta mal,
intenta esto
Código CSS:
Ver originalsection{
width:100%;
min-height:350px;
overflow:hidden;
background:#BABABA;
}
section article{
width:900px;
height:100%;
margin:0 auto;
}
section article #index{
width:450px;
height:100%;
margin:0 auto;
}
si te va funcionando ve variando el ancho asta que quede como te guste.
espero te sirva