* {
    margin : 0;
    padding : 0;
}
html, body {
    height: 100%;
    overflow : hidden; 
}
body {
    background-color : #835d5d;
    font-family : "Hoefler Text", Georgia, Times, "Times New Roman", serif;
    font-size : 16px;
    line-height : 1.4;
    color : #4e2929;
}
img {
    border : 0;
}

#gloss {
    position : absolute;
    left : 0;
    top : 0;
    z-index : 1;
    height: 100%;
    color : #4F3B3B;
    text-align : justify;
    font-size : 30px;
    line-height : 1.2;
    text-transform : uppercase;
}

div#shim {
    visibility : hidden;
    width : 100%;
    height : 50%; /* Bump #content down half the height of the screen. */
    margin-top : -287px; /* Half the height of #contentx. */
    float : left;
}
#content {
    position : relative;
    z-index : 2;
    clear : both;
    width : 368px;
    height : 513px;
    margin : 0 auto;
    border : 2px solid #4e2929;
    padding : 30px 30px 30px 400px;
    overflow : auto;
    background : transparent url(/_/i/bg_content.png);
    text-align : justify;
}

#content #poster {
    position : absolute;
    left : 25px;
    top : 25px;
    padding : 5px;
}
#content #poster:hover {
    background-color : #bc6969;
}
a.hidden {
    display : none;
}
#content h1 {
    margin : 0;
    color : #892828;
    font-size : 20px;
    line-height : 1.0;
    text-transform : uppercase;
    text-align : center;
}
#content h2 {
    margin : 0;
    color : #892828;
    font-size : 14px;
    line-height : 1.0;
    text-transform : uppercase;
    text-align : center;
}
#content p {
    margin : 0.5em 0;
}
#content p#price {
    margin : 0;
    font-weight : bold;
    text-align : center;
}
#content form {
    text-align : center;
}