html, body{
  height: 100%;
  min-height: 920px; /* Needed for Firefox */
}

body{
/*background-color: #FFFFFF;*/
  background-color: #F5F5F5;
  margin: 0;
  padding: 0;
  /*text-align: center;  /*Works with IE6*/
}

#area{
  padding-bottom: 920px; /* Needed for IE */
}

#logo{
  position: absolute;
  left: 56px;
  background-color: transparent;
}

#chameleon{
  position: absolute;
  left: 540px;
  width: 150px;
}

#main{
  background-color: #FFFFFF;
  background-image: url('images/bar.jpg');
  background-repeat: repeat-y;
  margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
  position: relative; /* Needed for Safari */
  height: 100%;
  min-height: 100%;
  width: 750px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
}

#menu{
  background-color: #FFFFFF;
  background-image: url('images/bar2.jpg');
  background-repeat: repeat-y;
  font-family: verdana, sans-serif;
/*  font-size: 0.8em;*/
  font-size: 13px;
  left: 0px;
  position: absolute;
  text-align: left;
  top: 160px;
  width: 162px;
}

#menu a{
  border-bottom-color: #999999;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #303030;
  display: block;
  text-decoration: none;
  text-indent: 15px;
  padding: 4px;
}

#menu a:hover{
  /*background-color: #BB0000;*/
  background-image: url('images/bar4.jpg');
  background-repeat: repeat-y;
  /*color: #FCFCFC;*/
  color: #000000
}

#menu a:visited{
  border-bottom-color: #999999;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #303030;
  display: block;
  text-decoration: none;
  text-indent: 15px;
  padding: 4px;
  outline-style: none;
}

#menu div{
  border-bottom-color: #999999;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: #999999;
  border-top-style: solid;
  border-top-width: 1px;
  color: #303030;
  font-weight: bold;
  padding: 4px;
}

#content_space{
  left: 162px;
  height: 740px;
  position: absolute;
  top: 160px;
  width: 585px;
}

#content_2{
  left: 350px;
  height: 420px;
  position: absolute;
  top: 113px;
  width: 200px;
  font-family: verdana, sans-serif;
/*  font-size: 0.6em;  */
  font-size: 10px;
}

#footer {
  background-color: #FCFCFC;
  background-image: url('images/bar2.jpg');
  background-repeat: repeat-y;
  font-family: verdana, sans-serif;
/*  font-size: 0.6em;  */
  font-size: 10px;
  position: absolute;
  bottom: 0;
  padding: 8px;
  text-align: left;
  width: 734px;
}

#language {
  display: inline;
  position: absolute;
  left: 666px;
  padding: 0;
}

#language a img{
  border: none;
  padding-left: 2px;
}