<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
#d1 { font-size: 64px; width: 4em; float: left; }
#d2 { font-size: 32px; font-variant: small-caps; }
</style>
</head>
<body>
<div id="d1" style="font-family: Gill Sans;">LOGO</div>
<div id="d2">The Company Tagline<br/>
The Company Motto</div>
<hr/>
<div>Company Content</div>
</body>
</html>
|