h1 {
font-style: Bold;
color: #999999;
position: absolute;
top: 600px;
left: 60px;}
h2{
color: #999999;
font-style: Bold;
font-size: 32px;
position: absolute;
top: 800px;
left: 60px;
}
h3{
color:#999999;
font-style: Bold;
font-size: 32px;
position: absolute;
top: 600px;
right: 80px;
}
P{
color: #999999;
font-size: 24px;
position: absolute;
top: 650px;
right: 80px;
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<TITLE>Host Eagle Web Shop</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link type="text/css" rel="stylesheet" href="eaglecss1.css" />
</HEAD
<BODY>
<a href="#"><img src="hosteaglelogo.gif"></a>
<a href="home.html">Home</a>
<a href="#">Portfolio</a>
<a href="#">Blog</a>
<a href="#">Contact</a>
<div id="background_image">
<span></span>
<img src="placeholder_box.gif" />
</div>
<img src="grayspacer.gif" style="float:right; margin:100px 450px 300px 0px; cursor  ointer; cursor:hand; border:0" width="1" height="500"
<h1>Title For Main Thing</h1>
<h2>Other Item Title</h2>
<h3>Home Office</h3>
<p>1150 N 850 W<br>Provo, Utah, USA<br><br>801.372.2610<br>brentleavitt@sunswingme dia.com<br><font color="#730202">Use our contact form</font></p>
</BODY>
|