*{
    margin:0;
    padding:0;
}

body {
    text-align: center;
    background: #4f3722 url('../images/darkcurtain.jpg') repeat-x cover;
}

img{
    border: none;
}

.leftcurtain{
    width: 50%;	
    height: 100%;/*895px*/
    top: 0px; 
    left: 0px;
    position: fixed;
    z-index: 80;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.5);
}

.rightcurtain {
    width: 51%;
    height: 100%;/*895px*/
    right: 0px;
    top: 0px;
    position: fixed;
    z-index: 90;
    box-shadow: -1px 0 1px rgba(0, 0, 0, 0.5);
}

.rightcurtain img, .leftcurtain img {
    width: 100%;
    height: 100%;
}

.logo {
    margin: 0px auto;
    /*margin-top: 150px;*/
}

.rope {
    position: fixed;
    top: -40px;
    left: 90%;
    z-index: 100;
}

.rope img {
    width:100%
}
