@charset "utf-8"; body { background: url('bg_all.gif'); background-repeat: repeat-y; background-position: center; margin:0px; min-width: 100%; } #wrapper { margin:0 auto; width:960px; text-align: left; } #header { background: url('bg_header.gif'); background-repeat: repeat-x; background-position: center; width: 100%; height: 78px; margin: 0px; }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>blank</title> <link href="styles.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="wrapper"> <div id="header">header</div> <br /> <!-- end of wrapper --></div> </body> </html>
div#wrapper { border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; margin: 0 auto; text-align: left; width: 958px; }