/* CSS Document */

.smallCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif, garamond;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:#996666;
	text-align:center;
	text-transform:Capitalize;
	
}

body {
background-image: url(images/bckgnd.jpg);

background-attachment:fixed;}
