metti tutto il tuo sito in un div con id container e integra con questo css

body{
margin: 0px;
height: 100%;
width: 100%;

}
#container{
width: LARGHEZZA_SITOpx;
position: absolute;
left: 50%;
margin-left: -(LARGHEZZA_SITO/2)px;
}