@charset "iso-8859-1";

/*******************************************************************************
*  bgImages.css : 2004-08-12 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  this demonstration stylesheet is used to show how to apply background images
*  to elements within the layout. This includes switching from borders to
*  background images for the side columns. This requires some additional
*  values to be altered besides the background family of properties.
*******************************************************************************/

#subhead
{
	background-image: url("pic/panorama_800x180.jpg");
	background-repeat: no-repeat;
	background-position: -10px center;
   height: 150px;
}


/******************************************************************************/