Centered Body
by Johny Why
HTML
<html>
<body>
Overflow to left
<div id="wider">Center-screen</div>
</body>
</html>
CSS
#wider {
width: 10000px;
border: 1px solid black;
text-align: center;
}
body {
position: relative;
}