/* Layout */
* { margin: 0; padding: 0; }
body { background: url(images/background.png) repeat; color: #888888; font: 16px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; }
#main { margin: 0 auto; width: 980px; }

#content {
    width: 310px;
    height: 176px;
    position: absolute;
    left: 50%; top: 50%;
    margin-left: -155px;
    margin-top: -126px;
    background-image: url("images/box_logo.png");
}

@media screen and (max-height: 1000px) {
    #content { top: 50%; border: }
}