body {
color: white;
position: relative;
  margin: 0;
  padding-bottom: 4rem;
  min-height: 100%;
background-color: black;
}
html {
  height: 100%;
  background-color: black;
}
#menu {
position: absolute;
display: block;
top: 0px;
left: 0px;
width: 100%;
height: 90px;
background: url('/images/menu.jpg') repeat-x; 
background-size: contain;
font-size: 150%;
}
#menu span {
position: absolute;
right: 10%;
bottom: 10px;
}
#page {
position: absolute;
display: block;
top: 90px;
left: 0px;
width: 100%;
height: 100%;
background: black url('/images/back.jpg') no-repeat top center; 
background-size: 100% auto;
}

#foot {
position: absolute;
display: block;
bottom: 0px;
left: 0px;
width: 100%;
height: 90px;
clear: both;
background: black url('/images/foot.png') no-repeat top center; 
background-size: 80% 100%;
}
.foot {
padding: 40px;
padding-top: 20px
}
.left {
float: left;
}
.right {
float: right;
}
.logot {
position: absolute;
height: 80%;
bottom: 5px;
left: 10%;
}
.boba {
position: absolute;
height: 126px;
left: 5%;
z-index: 10;
}
#content {
position: absolute;
display: block;
width: 80%;
left: 10%;
height: auto !important;
height: 100%;
}
.slogan {
position: absolute;
width: 80%;
left: 10%;
top: 50px;
}
.sloganT {
position: absolute;
top: 150px;
font-size: 130%;
text-align:center;
margin-bottom: 50px;
}
#list {
margin-top: 250px;
margin-bottom: 100px;
}
.baner {
background: black url('/images/cback.png') no-repeat top center; 
background-size: 100% 100%;
}

.baner td {
margin-top: 100px;
}

.bantext {
padding-top: 3px;
width: 70%;
}
.rating {
width: 20%;
right: 20px;
top: 0px;
background: url('/images/rating.png') no-repeat center left; 
}
.rating img {
padding-top: 10%;
padding-left: 30px;
}

.pagination { 
    margin-left: auto;
    margin-right: auto;
}

.whiteurl { color: white }

.multipleslides { position:relative; float: center; height:60px; width:60px; display: block; }
.multipleslides > * { position:absolute; left:0; top:0; display:block; }


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
/* Text banner for operators without an image */
.text-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 468px;
  height: 60px;
  background: linear-gradient(135deg, #1a0a0a 0%, #3d0000 50%, #1a0a0a 100%);
  border: 1px solid #8b0000;
  border-radius: 3px;
}
.text-banner span {
  color: #ff9999;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Georgia, serif;
}
