/* CSS Document */

body {
	background-attachment: scroll;
	background-image: url(../images/bcd_backgnd_1.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	/*background-color: #cccccc;*/
	}

ul
	{
	list-style-type: circle;
	
	}

