===== CSS CODE =====
* {
margin:0;
padding:0;
}
html {
min-width:980px;
}
body {
background:#fff;
font-family:"trebuchet MS", Helvetica, sans-serif;
font-size:100%;
line-height:1em;
color:#1d1d1f;
min-width:980px;
height:100%;
}
.tail-top {
background:url("../images/tail-top.gif") repeat-x scroll left top transparent;
height:18px;
position:relative;
z-index:2;
}
#main {
background:url("../images/lee-bg.png") no-repeat scroll right top transparent;
width:980px;
margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
}
===== HTML CODE =====
<body id="page-bg">
<div class="tail-top">
<!-- END TAIL-TOP --></div>
<div id="main">
|