html  {
  height: 100%;
}

body  { 
  background-color: black;
  height: 100%;
}

.rib  { 
  display: block;
  position: relative;
  margin: 0 auto;
  top: 0;
  width: 700px;
}

.rib img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom 0;
  margin: auto auto;
  max-height: 394px;
  max-width: 700px;
  z-index: 1;
}

.rib h1 {
  color: black;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  font-size: 20px;
  font-family: tahoma, sans-serif;
  font-weight: bold;
  width: 100%;
  height: 26px;
  padding: 0;
  margin: 0;
  margin-top: 13px;
  text-align: center;
  z-index: 2;
}

.nav  {
  display: flex;
  position: relative;
  top: 4%;
  overflow: hidden;
  justify-content: center;
  height: 100px;
}

.halp  {
  position: relative;
}

.halp img {
  position: absolute;
  top: 0;
  left: 0;
}

.social  {
  position: absolute;
  top: 0;
  right: 2px;
  height: 100px;
  width: 130px;
}

#index  {
  display: table;
  position: absolute;
  top: 10%;
  width: 1000px;
  height: 100%;
}

#main  { 
  background-image: url("/img/scroll.jpg");
  display: table-cell;
  width: 650px;
  vertical-align: top;
}

#side  { 
  background-repeat: no-repeat;
  background-image: url("/img/woo.jpg");
  border: 5px solid brown;
  border-radius: 10px;
  display: inline-block;
  height: 470px;
  width: 136px;
  overflow-y: scroll;
}

#side p  {
  color: white;
  font-family: helvetica, sans-serif;
  font-size: 14px;
}

#side1  {
  display: table-cell;
  vertical-align: top;
  height: 20px;
  width: 208px;
}

.dd   {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.ddc  { 
  border: 1px solid white;
  display: inline-block;
  top: 0;
  position: relative;
  background-color: white;
  min-width: 200px;
  z-index: 1;
}

.ddc button  {
  background-color: black;
  border: 4px double white;
  border-radius: 10px;
  font-weight: bold;
  color: white;
  
}

#success  { 
  border: 1px solid white;
  display: none; 
  color: green; 
  position: absolute;
  left: 7px;
  top: 0;
  text-size: 12px;
}

 h1  { 
  color: white;
  font-size: 20px;
  font-family: tahoma, sans-serif;
  font-weight: bold;
}

h2  { 
  color: white;
  font-size: 16px;
  font-family: tahoma, sans-serif;
  font-weight: bold;
}

.indeximg  {
  background-color: #00ffbb;
  width: 650px;
  padding: 5px;
  border: 8px solid white;
}