body, html {
  background: #222;
  margin:0px;
  padding:0px;
  font-family: "Tahoma", sans-serif;
  color: #ccc;
  font-size: 13px;
}

#container {
  width: 850px;
  margin: 0px auto;
  background: #000;
  border-left: #333 1px solid;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid;
  padding-bottom: 10px;
}

#header {
  background: url("images/ctsplash.jpg") top center no-repeat;
  width: 844px;
  height: 414px;
  margin-top: -150px;
  margin-bottom: -130px;
}
#header h1 {
  display: none;
}

#header h2 {
  text-align: center;
  padding-top: 240px;
  font-size: 15px;
  color: #666;
  font-weight: normal;
  letter-spacing: 6px;
}

h3 {
  color: #ffc;
  font-size: 14px;
  margin-top: 30px;
}

#menu {
  border-top: #272727 1px solid;
  border-bottom: #272727 1px solid;
  background: #161616;
}

#menu ul {
  text-align: center;
  list-style: none;
  margin-top: 4px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 0px;
}

#menu li {
  display: inline;
}

#menu a {
  color: #aaa;
  text-decoration: none;
  border-bottom: none;
  padding: 5px 10px 5px 10px;
}

.menuinactive {
  color: #666;
  text-decoration: none;
  border-bottom: none;
  padding: 5px 10px 5px 10px;
}

#menu a:hover {
  color: #ffc;
  text-decoration: none;
  border-bottom: none;
  background: #272727;
}

#content {
  margin: 20px auto;
  padding: 20px;
  width: 600px;
  text-align: justify;
}

#content a {
  color: #88cc88;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #448844;
}

#footer {
  color: #444;
  text-align: center;
  font-size: 80%;
  letter-spacing: 10px;
  clear: both;
  border-top: #222 1px solid;
  padding-top: 10px;
  margin-left: 120px;
  margin-right: 120px;
}

#footer a {
  color: #777;
  border: 0px;
  text-decoration: none;
}

#banner {
  text-align: center;
  clear: both;
  border-top: #222 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 120px;
  margin-right: 120px;
}

#banner a,img {
  border: 0px;
  text-decoration: none;
}

.screenshot2 {
  background-image: url(images/screenshotback.gif);
  width: 170px;
  height: 128px;
  margin: 10px 15px;
  float: left;
  display: inline;
}

.screenshot2 img {
  margin: 2px;
  border: 0px;
}

#content .screenshot2 a {
  border-bottom-width: 0px;
  border-bottom-style: none;
}

#content .download a {
  border-width: 0px;
  border-style: none;
}

.download img {
  border: 0px;
  margin-top: 3px;
}
#magyar {
  font-size: 11px;
  float: right;
  margin-top: -20px;
  margin-right: 5px;
}
#magyar a {
  color: #ffc;
  text-decoration: none;
}