<style>
/*background */
.bg{background: url(bus.png) no-repeat center center, url(jongno_logo.gif) repeat 0 0; /*x축:center, y축:center*/
width: 600px;
height: 200px;
border: 2px solid red;
}
</style>
</head>
<body>
<h3>[background]</h3>
<div class="bg">배경 이미지</div>
</body>