html {
width: 100%
}

body {
font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
font-size: 90%;
color: #3D3535;
background-color: #E4E5E0;
margin: 20px;
padding: 0px;
line-height: 140%;
}

/* Wrapper */
.all {
text-align: center;
width: 100%;
}

/* the container */
.box {
background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
padding: 20px;
text-align: left;
width: 90%;
}

/*holds the tabs at the top*/
.menu {
background-color: #FFFFFF;
text-align: right;
border-bottom: 1px solid #FFFFFF;
}

/*holds the logo and image*/
.header {
background-color: #EDEEEA;
padding: 10px;
margin-top:3px;
height: 95px;

}
questo è il css dove voglio mettere la ombra vedi il box? posso lasciare solo i margini auto!