non e ben chiaro ciò che vuoi fare.. forse il tuo problema è mettere lo sfondo alla tua pagina web ma non farlo ripetere? se è tutto qui ti basta fare tramite l'uso dei css così:

codice:
body {
	background-image: url(tuacartella/tuofile.xx);
	background-repeat: no-repeat;
}
in caso contrario spiegati meglio.