<head>
<style
type="text/css">
<!--
body {
background-image:
url(img/main_back2.jpg); <!-- 배경이미지 주소
-->
background-repeat: repeat-x;
<!-- 배경 반복설정
-->
}
-->
</style>
</head>
background-repeat: repeat-x;
요부분에 x를 y로 바꾼다면 y축으로 즉 세로로만 반복되니깐
x,y축 모두 반복 없이 하려면
background-repeat: no-repeat;