@charset "UTF-8";

* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    height: 100%;
    width: 100%;
}

a.logo,
a.logo:hover {
    background: transparent url(/assets/profile-logo-original.jpg) no-repeat 0 0;
    background-size: 300px 300px;
    display: block;
    height: 300px;
    width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-150px;
    margin-top:-150px;
}