html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background: #273b92 url('http://ps3.sk.im/resources/catch/26/images/bckgrnd_body.jpg') no-repeat top center;
    text-transform: uppercase;
}

a { color: #FFF; text-decoration: none; }
a img { border: none; }

#wrap {
    width: 1024px;
    margin: 0 auto;
    text-align: left;
}

#header {
    height: 170px;
}

#header img {
    margin: 30px 0 0 0;
    background: transparent url('http://ps3.sk.im/resources/catch/26/images/logo.png') no-repeat 0 0;
}

#main {
    position: relative;
    width: 992px;
    height: 616px;
    background: transparent url('http://ps3.sk.im/resources/catch/26/images/bckgrnd_main.png') repeat 0 0;
    padding: 12px;
}


/* ####################### reader object ############################ */
#readerContainer, #readerDiv {
    width: 992px;
    height: 616px;
    background-color: #FFF;
}



