HTML/CSS Help Moving Text up top.?

<body>
<img src="Pix/First Logo copy.jpg" width="1253" height="301" class=MainImg />
<img src="Pix/Tank Pull.jpg" width="303" class=FloatRight />
<img src="Pix/Oil Water.jpg" width="302" height="242" class=FloatRight />
<img src="Pix/Man Working.jpg" width="303" height="245" class=FloatRight />
<div class="First">
<p>Hello</p>
</div>
</body>

What I'm trying to do, is move the text up top to be next to the image, and also make it centered, but css doesn't seem to work with the images

thanks for any help
 
Back
Top