/* CSS Document */

html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background-color: #000;
}

iframe {
overflow:hidden;
}

img, a {
border: 0;
margin: 0;
padding: 0;
}

#container {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
margin: 0;
}

#blende {
background:url('../images/ajax-loader.gif') no-repeat center;
background-color: #000;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
margin: 0;
z-index: 200;
}

#client_logo {
position: fixed;
top: 0px;
right: 0px;
margin-right: 10px;
margin-top: 10px;
z-index: 50;
}


#button_qparks {
position: fixed;
z-index: 40;
}

#button_info {
position: fixed;
z-index: 40;
}

#bg_central{
width: 100%;
height: 100%;
top: 0px;
left: 0px;
margin: 0;
padding: 0;
}
 
#bg_central img
{
width: 100%;
height: auto;

margin: 0px 0px -5px 0px;
padding: 0;
}

.spot_360, .spot_8{
position: absolute;
z-index: 30;
}



