@charset "UTF-8";
/* CSS Document */

/* Structural elements */
html, body {
	background-image: url(images/bkgd1.jpg);
	background-repeat: repeat-x;
}

#photo1 {
	background-image: url(images/photo2.jpg);
	background-position: center;
	height:260px;
}


