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

#container {
    width: 100%;
    height: 100%;
    position: relative; 
}

#logo {
    position: absolute;
    top: 15%; left: 50%;
    width: 640px; height: 640px;
    margin-left: -320px;
    display: block;
    background: url('logoebo.jpeg') no-repeat;
    text-indent: -9999px;
}