<style type="text/css">
body
{
background: #000000;
}
#name
{
margin-top: -45px;
margin-left: -250px;
position: absolute;
top: 50%;
left: 50%;
}
</style>
<div id="name">
YOUR STUFF :D
</div>
<style type="text/css">
body {
background: #000000;
margin-top: -45px;
margin-left: -250px;
position: absolute;
top: 50%;
left: 50%;
}
</style>