Me gusta mucho la solución de Wing.
Otra solución sería
Código:
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body{margin:0px;padding:0px;}
table.contenedor{width:1024px;margin-top:30px;height:60px;border:1px solid #000;}
</style>
</head>
<body>
<table class="contenedor" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td>
Contenido contenido contenido
</td>
</tr>
</table>
</body>
</html>