Dovresti definire il box contenitore (body) per il div #box
body {
margin:0px 0px 0px 0px;
background: #ffffff;
color: #000000;
height: 100%;
}
#box {
background: #000000;
width: 500px;
margin-right: auto;
margin-left: auto;
}
Dovresti definire il box contenitore (body) per il div #box
body {
margin:0px 0px 0px 0px;
background: #ffffff;
color: #000000;
height: 100%;
}
#box {
background: #000000;
width: 500px;
margin-right: auto;
margin-left: auto;
}