html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a{
 margin:0;
 padding:0;
 border:0;
}
html, body{
 width:100%;
 height:100%;
 overflow:auto;
}
body{
 background:#000 url('mesh.png') center;
 font-family:"Franklin Gothic Demi",verdana,"trebuchet MS",helvetica,Arial,sans-serif;
}
/* Browser specific (not valid) styles to make preformatted text wrap */
pre{
 white-space:pre-wrap;       /* css-3 */
 white-space:-moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space:-pre-wrap;      /* Opera 4-6 */
 white-space:-o-pre-wrap;    /* Opera 7 */
 word-wrap:break-word;       /* Internet Explorer 5.5+ */
}
h2{
 font-size:16px;
}
div.center{
 position:absolute;
 top:50%;
 left:50%;
}
div.content{
 position:relative;
 height:300px;
 width:530px;
 top:-150px;
 left:-265px;
 text-align:center;
}
a{
 color:#fff;
 text-decoration:none;
 font-weight:bold;
}