<HTML>
<HEAD>
<TITLE>Style sheets and absolute positioning</TITLE>
<STYLE>
.logo {
position: absolute;
top: 38%;
left: 44%;
height: 40px;
width: 200px;
visibility: visible;
font-size: 32;
font-weight: bold;
font-family: arial;
}
</STYLE>
</HEAD>
<BODY BGCOLOR = "#FFFFFF">
<DIV CLASS = "logo" ID = "patternlogo">Pattern</DIV>
</BODY>
</HTML>