/********** TOP MENU & BANNER **************/
.top-container{
  width:920px;
  background-color:black;
  color:white;
}

.position{
  padding:5px;
  width:50%;
  font-size:100%;
  background-color:black;
  color:white;
  text-align:left;
}

.date{
  padding:5px;
  width:50%;
  font-size:100%;
  background-color:black;
  color:white;
  text-align:right;
  
}

.upper-menu-container{
  width:920px;
  background-color:black;
  color:white;
}

.sliding-menu{
  padding:5px;
  width:60%;
  font-size:100%;
  color:white;
  background-color:black;
  text-align:left;
}

.language {
  padding:5px;
  width:40%;
  font-size:100%;
  background-color:black;
  color:white;
  text-align:right;
}


/**************** CONTENTS AND MAIN MENU *************************/
.main {
  width:920px;
  height:725px;
  border: white solid 1px;
  padding: 0px 0px 0px 0px;
}

.main-container{
  width:80%;
  height:700px;
  background: url(images/mybooks.jpg);
  background-repeat:norepeat;
  background-attachment:fixed;
}

.scrollablecell{
  width:100%;
  height:100%;
  overflow:auto;
  z-index:5;
}

td.contents-cell{
  width: 100%;
  height: auto;
}

.transparent{
  width:700px;
  height:700px;
  position:absolute;
  z-index:-1;

  background-color:#ffffff;
  background-repeat:norepeat;
  background-attachment:fixed;

  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  /* for mozilla */
  -moz-opacity:0.7;

}

.contents-holder{
  width:650px;
  height:auto;
  font-size:100%;
  text-align:left;
  vertical-align:top;
  position:relative;
  z-index:3;
  padding:5px;
}

.contents{
  width:650px;
  height:auto;
  font-size:100%;
  text-align:left;
  vertical-align:top;
  position:relative;
  left:30px;
  background-color:#ffffff;
  z-index:3;
  padding:5px 
}


.main-menu{
  width:700px;
  height:200px;
  font-size:100%;
  background-color:black;
  color:#ffffff;
  text-align:left;
  position:absolute;
  bottom:0px;
  z-index:3;

  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  /* for mozilla */
  -moz-opacity:0.6;
}

.ads{
  width:20%;
  height:700px;
  font-size:100%;
  text-align:right;
  background-color:black;
  vertical-align:top;
}


.5wordstoc {
  vertical-align: top;
}
/**************** FOOTER *************************/
.copyright{
  width:920px;
  height:25px;
  font-size:110%;
  background-color:black;
  color:white;
  text-align:right;
  padding:5px;
}



/********* LINK ****************/
.menulink:link {
  text-decoration: none;
  color: white;
  font-size: 100%;
}

.menulink:visited {
  color: white;
  text-decoration: none;
  font-size: 100%;
}

.menulink:hover {
  color: white;
  text-decoration: underline;
  font-size: 100%;
}


