@charset "utf-8";
/* CSS Document */

body
{
background-color: #000;
}

#logo
{
width: 350px;
height: 40px;
margin: -20px 0 0 -175px;
position: absolute;
top: 50%;
left: 50%;
}


