html
{
  margin: 0px;
  height: 100%;
}

body
{
  margin: 0px;
  font-family: Arial;
  font-size: 12px;
  height: 100%;
  text-align: center;
  background-color: #CE00CE;
  color: #FFFFFF;
}

img
{
  border-width: 0px;
}

a
{
  color: #FFFFFF;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

p
{
  padding: 0px;
  margin: 0px;
}

#container
{
  width: 940px;
  height: auto;
  background-color: transparent;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

h1
{
  margin: 0px;
  margin-bottom: 10px;
  color: #4F004F;
  font-size: 18px;
}

#header
{
  float: left;
  width: 940px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  display: inline;
}

.bookmark
{
  float: left;
  width: 940px;
  height: auto;
  margin-bottom: 10px;
  clear: both;
  display: inline;
  text-align: center;
}

.bookmark p
{
  float: left;
  font-size: 16px;
  font-weight: bold;
}

.bookmark span
{
  float: right;
}

.bookmark a
{
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.thumbholder
{
  float: left;
  width: 940px;
  height: auto;
  margin-bottom: 16px;
  display: inline;
  clear: both;
}

.thumbholder img
{
  display: block;
  border: 1px solid #000000;
}

.thumb
{
  float: left;
  width: auto;
  height: auto;
  margin-right: 26px;
}

.thumb2
{
  float: left;
  width: auto;
  height: auto;
}

.top20
{
  float: left;
  width: 940px;
  height: auto;
  clear: both;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.top20 div
{
  float: left;
  width: 283px;
  margin-left: 30px;
  display: inline;
}

#footer
{
  float: left;
  width: 940px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline;
  text-align: center;
}

.banner
{
  float: left;
  width: 940px;
  height: auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline;
}

.news
{
  float: left;
  width: 920px;
  height: 100px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline;
  overflow: scroll;
}