My border is not showing up around my image, I'm not quite sure what the issue could be. I just need a small black border around the photo. My website is http://www.welovetile.com. I can't figure out what the problem could be. Thanks. CSS:\[code\]#kitchen { height:250px; width:346px; background-image:url(images/kitchenbg.jpg); } #kitchen img { top: 50%; left: 50%; width: 316px; height: 228px; margin-top:11px; margin-left:15px; border-color:#000000; border-width:thin; }\[/code\]HTML:\[code\]<div id="kitchen"> <img src="http://stackoverflow.com/questions/13848482/images/kitchen.jpg" alt="Kitchen Tile Job"/> </div>\[/code\]