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

body{
	background-color:#000;
}

.logo{
	 position:absolute;
     left: 50%; 
     top: 50%;
     margin-top: -45px;
     margin-left: -45px;
}