<!DOCTYPE html>
<html land="en">
<head>
<title></title>
<style>
#container { margin: 0 auto; width: 960px; }
</style>
</head>
<body>
<div id="container"></div>
</body>
</html>
How can I get this to work in Internet Explorer without changing the doctype?