html,body{
    padding:0px;
    margin:0px;
    color:#595958;
    font-family:Helvetica, Arial;
    background-color:#000000;
    height:100%;
    width:100%;
}

.topbar{
    width:100%;
    height:70px;
    position:fixed;
    top:0px;
    z-index:100;
    background-image:url(../img/barbg.png);
    background-repeat:repeat-x;
}

.topbar .topcontent{
    width:890px;
    margin:0 auto 0 auto;
}

.topbar .topleft{
    float:left;
    width:230px;
    text-align:right;
    margin:18px 25px 0 0;
}

.topbar .topright{
    width:630px;
    float:left;
    height:47px;
    padding:20px 0 0 0;
    border-left:1px solid #c0bfbf;
    margin:3px 0 0 0;
}

.topbar h1{
    font-size:15px;
    font-weight:bold;
    margin:0px;
}

.topbar p{
    margin:0px;
    font-size:11px;
}

.topbar p img{
    margin:5px 3px 0 0;
}

.topbar ul{
    margin:0px;
    float:left;
    padding:0 0 0 15px;
}

.topbar li{
    float:left;
    list-style:none;
    margin:0 8px 0 0;
    font-size:11px;
}

.topbar li img{
    margin:0 0 0 1px;
    border:none;
    
}

.topbar li a:link, .topbar li a:visited{
    color:inherit;
    text-decoration:none;
    
}

.topbar li a:hover{
    text-decoration:underline;
}

.room{
    width:1440px;
    height:900px;
    z-index:50;
    margin:0 auto 0 auto;
    position:relative;
}

.room .firstbutton{
    background-image:url(../img/firstbuttonsprite.png);
    background-position:0px 0px;
    border:none;
    width:215px;
    height:30px;
    position:absolute;
    /*top:37%;
    left: 47%;*/
    cursor:pointer;
    z-index:100;
    background-color:transparent;
}

.room .firstbutton:hover{
    background-position:0px -30px;
}

.room .proceedbutton{
    background-image:url(../img/proceedbutton.png);
    border:none;
    width:249px;
    height:37px;
    position:absolute;
    /*top:37%;
    left: 47%;*/
    cursor:pointer;
    z-index:100;
    background-color:transparent;
}

.entryrollover{
    width:243px;
    height:30px;
    background-image:url(../img/rolloverbg.png);
    background-repeat:no-repeat;
    position:absolute;
    z-index:99;
    font-size:11px;
    color:#9f9f9f;
    text-align:center;
    padding:11px 0 0 0;
    display:none;
}

.room img{
    z-index:50;
    width:100%;
    height:100%;
}

.deny{
    background-image:url(../img/deniedbg.png);
    background-repeat:repeat;
    width:100%;
    text-align:center;
    height:75px;
    z-index:80;
    position:absolute;
    top:60%;
    color:#888787;
    font-size:13px;
}

.deny.interior img{
    position:relative;
    top:25px;
}

.deny.interior p{
    position:relative;
    top:-20px;
}

.deny.exterior h2{
    font-size:13px;
    color:#d0b047;
    margin:33px 0 0 0;
    text-transform: uppercase;
}

.deny.exterior p{
    margin:3px 0 0 0;
}

.deny.exterior{
    top:47%;
    height:104px;
}

#tvscreen{
    width:284px;
    height:178px;
    position:absolute;
    z-index:55;
}
