I have a div that already has a class and an id:
<div id="wrapper">
<img src="images/go.jpg" class="hover" />
<p class="text"> <a href="start.html"> Start your adventure</a> </p>
</div>
I am using this to create an image rollover that causes a link to become visible when moused over. However, for one of the images, specifically the one i copied in, I want to center it. How can i center it without losing the id?