

Palyriot said:actually, you forgot the last >. it should be <div align="center"> and then </div after the content.
<head>
<link href='css/layout.css' rel='stylesheet' type='text/css'>
</head>
.main {
height: auto;
width: 760px;
margin-right: auto;
margin-left: auto;
}
and before '</body>':<div class='main' id='main'>
</div>
<div style="margin:0 auto"> Layout goes here. </div>
valign="middle"
vertical-align:middle;


