body,html {
  background-color: #111;
  height: 80%;
}

a:link, a:visited, a:hover, a:active {
  color: #000;  
}

a img {
  border: none;
}

.container {
  text-align: center;
  left: 0;
  width: 100%;
  height: inherit;
}

.header-container {
  height: 149px;
}

.main {
  width: 800px;
  margin: 0px auto;
  height: inherit;
  position: relative;
}

.content {
  height: inherit;
  min-height: 485px;
  background-image: url(/images/background_gradient.gif);
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #fff;
  padding-top: 1em;
  font-family: sans-serif;
  font-size: 1em;
  overflow: visible;
}

.content h1,h2 {
  text-align: left;
  font-family: sans-serif;
  margin-left: 2em;
  margin-top: -0.5em;
}

h1 a {
  display: block; /* Allows you to change the width and height of the image */
  height: 149px;
  width: 800px;
  text-decoration: none; /* Hides the underline of the hyperlink */
  z-index: 1000; /* IE Fix*/
  background: url(/images/header.png) 0 0 no-repeat;
}

h1 a span {
  display: none;
}

#player {
  text-align: left;
}

#ratings_box {
  text-align: center;
  height: 3em;
  margin-top: 1em;
  font-size: 0.8em;
}

#thank_you {
  display: none;
  height: 1em;
}

#error {
  display: none;
  height: 1em;
}

.left_box {
  margin-left: 1.5em;
  margin-top: -1em;
  float: left;
  display: inline;
  width: 360px;
  text-align: left;
  background-image: url(/images/box_background.gif);
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: top center;
}

.right_box {
  margin-right: 1.5em;
  margin-top: -1em;
  float: right;
  display: inline;
  width: 360px;
  text-align: left;
  background-image: url(/images/box_background.gif);
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: top center;
}

.center_box {
  width: 755px;
  margin-left: 1.5em;
  margin-top: -1em;
  float: left;
  display: inline;
  text-align: left;
  background-image: url(/images/box_background.gif);
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #ffcd01;
}

#contact_links {
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 0.5em;
  margin-left: 1.5em;
  width: 100%;
}

#contact_links td {
  padding: 1em;
}

#contact_links a, a:visited, a:active, a:hover {
}

#contact_links tr {
  height: 50px;
}

.coment_form {
  vertical-align: text-bottom;
}

#comment_form {
  width: 80%;
  text-align: left;
  margin-left: 1em;
  font-size: 0.9em;
}

#comment_spambait {
  display: none;
}

.comments {
  width: 98%;
  margin-left: 1em;
  margin-right: 1em;
}

.comment {
  white-space: pre-wrap; /* css-3 */
  font-style: italic;
  border-bottom: 1px dotted #000;
  text-decoration: none;
  font-family: sans-serif;
  margin-top: 1em;
}

.mix {
  margin-bottom: -0.5em;
}

.comments b {
  font-style: normal;
  font-size: 0.9em;
}

.comments .name {
  text-align:right;
  margin-right: 1em;
  margin-top: -1em;
}

.box_header_red {
  height: 21px; 
  width: 360px;
  font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  background: #da2020 url(/images/box_corner_red_left.gif) no-repeat top left;
}

.center_box_header_red {
  width: 755px;
  height: 21px; 
  font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  background: #da2020 url(/images/box_corner_red_left.gif) no-repeat top left;
}

.white_box_header_red {
  width: 360px;
  height: 21px; 
  font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  background: #da2020 url(/images/box_corner_red_white_left.gif) no-repeat top left;
}

.white_center_box_header_red {
  width: 755px;
  height: 21px; 
  font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  background: #da2020 url(/images/box_corner_red_white_left.gif) no-repeat top left;
}

.box_header_red h3 {
  height: 21px; 
  background: #da2020 url(/images/box_corner_red_right.gif) no-repeat top right;
  text-align: center;
  margin: 0;
  width: 343px;
  float: right;
}

.center_box_header_red h3 {
  height: 21px; 
  background: #da2020 url(/images/box_corner_red_right.gif) no-repeat top right;
  text-align: center;
  margin: 0;
  width: 723px;
  float: right;
}

.white_box_header_red h3 {
  height: 21px; 
  background: #da2020 url(/images/box_corner_red_white_right.gif) no-repeat top right;
  text-align: center;
  margin: 0;
  width: 343px;
  float: right;
}

.white_center_box_header_red h3 {
  height: 21px; 
  background: #da2020 url(/images/box_corner_red_white_right.gif) no-repeat top right;
  text-align: center;
  margin: 0;
  width: 723px;
  float: right;
}

.box_footer_yellow {
  width: 100%;
  height: 21px;
  background: url(/images/box_corner_bottom_left.gif) no-repeat top left;
}

.box_footer_yellow div {
  width: 100%;
  height: 21px;
  background: url(/images/box_corner_bottom_right.gif) no-repeat top right;
  width: 343px;
  float: right;
}

.box_content {
  height: inherit;
  text-align: left;
  padding-left: 1em;
  font-size: 0.9em;
}

.menubar {
  background-image: url(/images/rgb_line.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: top center;
  height: 18px;
  width: 800px;
  text-align: center;
  overflow: hidden;
}

.menubar img {
  border: none;
}

.footer {
  width: 100%;
  background: #fff url(/images/bottom_left_corner.png) no-repeat bottom left;
}

.footer div {
  width: 100%;
  clear: both;
  padding-top: 2%;
  background: url(/images/bottom_right_corner.png) no-repeat bottom right;
}

.footer_pimpage {
  font-size: 0.8em;
  color: #eee;
  font-family: verdana, arial, monospace;
  white-space: nowrap;
  letter-spacing: 0.1em;
  width: 800px;
  font-weight: bold;
  text-align: center;
  padding-top: 0.5em;
}

.footer_pimpage a {
  color: #f00;
  font-weight: bold;
  text-decoration: none;
}

.footer_licence {
  color: #ccc;
  font-weight: normal;
  margin-top: 0.4em;
}

.footer_licence img {
  vertical-align: middle;
}

.downloads {
  overflow: auto;
}

.footer_text{
  padding: 1em;
}

.w3c_link {
  float:right;
  margin-right: 0.2em;
}


