body {
  background: #ffffff url(bg.png) repeat-x;
}

.container {
  margin: 0 auto;
  width: 780px;
}

div, span {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

#header {
  padding: 10px 20px 5px 20px;
}

#main {
  background: #e7eff7;
  float: left;
  padding: 20px;
  width: 500px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#sidebar {
  background: #ffffff;
  float: right;
  padding: 20px;
  width: 180px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#moly {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

#iwiw {
  margin-bottom: 20px;
}

#dekk, #netadclick, #adsense {
  margin: 20px 0;
}

#footer {
  clear: both;
  font-size: 11px;
  margin-top: 20px;
  padding: 10px 0;
}

#footer .container {
  padding: 0 20px;
  width: 740px;
}

#spinner {
  float: right;
  margin-top: 5px;
}

h2 {
  color: #ef4f3f;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
}

a {
  color: #3f5f7f;
  font-weight: bold;
  text-decoration: none;
}

a img {
  line-height: 0;
}

a:hover {
  text-decoration: underline;
}

h2 a, #footer a {
  text-decoration: underline;
}

ol {
  margin-left: 3em;
  list-style-type: decimal;
}

.plainbutton {
  margin: 10px 0;
}

.plainbutton > a {
  background: #e7eff7;
  border: 1px solid #b7d7f7;
  display: inline-block;
  padding: 2px 8px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 50%;
}

.plainbutton > a:hover {
  background: #b7d7f7;
  color: #000000;
  text-decoration: none;
}

