<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>/*==== sets main container width and position ====*/ #main {width:1024px; margin:0 auto;} /*========= sets all font sizes to 0.75em ========*/ #header, #content, #footer { font-size:0.75em;} /*=================== home.html ==================*/ #page1 #header { margin:auto; width:1000px; height:254px; background:url(../images/header-image.jpg) no-repeat; overflow:hidden; position:relative;} #page1 #content{ margin:auto; width:1000px; background:url(../images/filler-image.jpg) repeat;} /*=================== Footer ====================*/ #footer {margin:auto; width:1000px; height:470px; background:url(../images/footer-image.jpg); background-repeat:no-repeat; overflow:hidden; }</p>
</body>
</html>