/* Default CSS for Chemiteru5555 Web Page Created By mamyu */

body{
  background-color: #FFFFFF;
  overflow: scroll;
}

#background_image {
  position:absolute;
  z-index:-1;
}

li{
  list-style-image: url(./images/f-0901.gif);
}

a         {text-decoration: none; font-weight: bold; }
a:link    {color: blue;}
a:visited {color: blue;}
a:hover   {color: magenta; background-color:lightcyan; position: relative;}
a:active  {color: #778FFA;}


img{
  border: 0px;
}

#message{
  margin-left:auto;
  margin-right:auto;
  background-color:#FDDFDD;
  border:3px solid #FDAAAA;
  width:300px;
  text-align:center;
  font-weight:bold;
}

#setse{
  text-align:center;
}


#menus {
  width:100%;
  margin-bottom: 40px;
}

.menu {
  border: 3px #DDADFD solid;
  width:500px;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  margin-bottom:10px;
  background-color:white;
  opacity:0.5;
}

#information {
  background-color: white;
  opacity: 0.87;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid pink;
  margin-bottom: 40px;
}

#information h3 {
  margin-top: 0;
  font-size: 14pt;
  text-align: center;
  background-color: pink;
}

#title{
  margin:0px;
  padding:0px;
  text-align:center;
  background-color:#EDBDFD;
  font-weight:bold;
}

#searchForm {
  width:600px;
  margin-left:auto;
  margin-right:auto;
  border:2px gold solid;
  padding:10px;
  text-align:center;
  margin-bottom:50px;
}

#creator {
  position:fixed;
  right:0px;
  bottom:0px;
  color:white;
  font-size:xx-large;
  font-family:sans-serif;
}

#sponser {
  width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#sponser h3 {
  text-align:center;
  background-color: greenyellow;
}

