HTML/CSS help, with moving text?

<body>
<div style="color:#FFFFFF"><img src="Pix/Locations map.jpg" width="610" height="264" class=FloatRight /></div>
<br>
<h1>Hello</h1>

I'm trying to separate <h1>Hello</h1> so that it is a good distance from the image, here is my css for it

h1 {
text-align:center;
margin-bottom: 500px;
}

thanks for any help
 
Back
Top