
#list li {
   list-style:none;
   list-style-type:none;
   background-image:url(images/rose.png);
   background-repeat:no-repeat;
   padding-left:25px;
   background-position: top left;
   padding-bottom:1.5em;
   
}

a	{
	color:#000000;
	
}

body	{
	background:white url(images/background2.JPG) fixed center;
	
}