body {color : #000000; background : #ffffff; font-family : "Times New Roman", Times, serif; font-size : 12pt;}
a {text-decoration : underline; color : #0000ff;}
#navigation, #advertising, #other { display : none; }
<html>
<head>
<style type="text/css">
h1.x
{
position:absolute;
left:100px;
top:150px
}
</style>
</head>

<body>

<h1 class="x">National Coalition for Haitian Rights</h1>

<p>
With absolute positioning, an element can be placed anywhere on a page.
</p>

<p>
The LEFT position of the heading is 100 pixels from the left of the page.
The TOP position is 150 pixels from the top of the page.
</p>

</body>
</html>