<!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" lang="en-GB" xml:lang="en-GB">
<head>
<title>Powfagged.com</title>
</head>
<style type="text/css">
body{
/* Setting default text color, background and a font stack */
color:#555555;
background: #fcfcfc;
font-family:Arial, Helvetica, sans-serif;
}

.outer-center {
    float: right;
    right: 50%;
    position: relative;
}
.inner-center {
    float: right;
    right: -50%;
    position: relative;
}
.clear {
    clear: both;
}

.centerdiv{
height:150px;
position:absolute;
left:50%;
top:40%;
margin:-75px 0 0 -150px;
}


.roundBox{
background-color:#338BC7;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
margin:auto;
}

.textName{
padding: 0px 5px 5px 15px;
font-size: 1.6em;
color:#ddd;
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
}

h1{
font-size:1.5em;
font-weight:bold;
}

a, a:visited {
color:white;
text-decoration:none;
outline:none;
}

a:hover{
text-decoration:underline;
}
</style>
<body>

<div class="centerdiv">
<div class="outer-center">
<div class="roundBox inner-center">
  <div class="textName">
  <h1>Adjective</h1>

  <p><b>powfagged</b></p>
  <ol>
    <li>(Northern England) exhausted.</li>
  </ol>

  <p style="text-align:center"><a href="mailto:ian@powfagged.com">ian@powfagged.com</a></</p>

</div>
</div>
</div>
<div class="clear"></div>
</div>

</body>
</html>