body {
  background-color: #000;
  color: #000;
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  overflow-x: hidden;
  overflow: -moz-scrollbars-vertical;
  text-align: center;
}

a:link {
  color: #40c;
  text-decoration: none;
}

a:visited {
  color: #40c;
  text-decoration: none;
}

a:hover {
  color: #f00;
  text-decoration: none;
}

#homefoot a:link {
  color: #666;
  text-decoration: underline;
}

#homefoot a:visited {
  color: #666;
  text-decoration: underline;
}

#homefoot a:hover {
  color: #f00;
  text-decoration: underline;
}

#news a:link {
  color: #eee;
  text-decoration: underline;
}

#news a:visited {
  color: #eee;
  text-decoration: underline;
}

#news a:hover {
  color: #f00;
  text-decoration: underline;
}

.homelistemp a:link {
  color: #07d;
  text-decoration: none;
}

.homelistemp a:visited {
  color: #07d;
  text-decoration: none;
}

.homelistemp a:hover {
  color: #f00;
  text-decoration: none;
}

#menu {
  float: left;
  margin: 5px 0 0 0;
  padding: 10px 10px 10px 10px;
  background: #fff;
  color: #000;
  filter:alpha(opacity=70);
  -moz-opacity:.70;
  opacity:.70;
}

#news {
  float: right;
  margin: 5px 0 0 0;
  padding: 10px 10px 10px 10px;
  background: #000;
  color: #eee;
  filter:alpha(opacity=60);
  -moz-opacity:.60;
  opacity:.60;
}

#homemain {
  background: url(rotate/rotate.php);
  border: 1px solid white;
  height: 400px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: left;
  width: 700px;
}

#pagemain {
  background: #fff;
  border: 1px solid white;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: left;
  width: 700px;
}

#homelist,#pagelist {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
}

#homefoot,#pagefoot {
  color: #666;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
  width: 700px;
}

#homelist h1 {
  color: #10c;
  font-size: 20px;
  margin: 0;
  padding: 0 0 5px 0;
}

#homelist h2 {
  color: #30c;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

#pagelist h1 {
  color: #10c;
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px 0;
}

#pagelist h2 {
  color: #000;
  font-size: 16px;
  margin: 0;
  padding: 5px 0 0 0;
}

#pagelist h6 {
  color: #000;
  font-size: 16px;
  margin: 0 0 5px 0;
  padding: 0;
}

