* {
margin:0;
padding:0;
border:0 none;
}

body {
font-family: 'Courier New', Courier, monospace;
font-size: .9em;
font-color: grey;
}

#wrapper {
position: absolute;
left: 50%;
top: 50%;
height: 11em;
width: 20em;
margin: -5.5em 0 0 -10em;
border: 1px dotted grey;
}


#header {
height: 14px;
margin: 0 1em;
}

p#text {
padding: 2em 0;
margin: 0 0 0 3.9em;
}

p#text a {
color: #000;
font-weight: normal;
}

p#text a:hover {
color: #c00;
}

#footer {
height: 14px;
margin: 0 1em;
}
