, CSS , CSS .
body {
background: url('background.jpg') center;
background: url('background-top.jpg') top, url('background-bottom.jpg') bottom;
}
, , , . CSS Internet Explorer, .
<head>
...
<link rel="stylesheet" type="text/css" src="generic.css" />
</head>