html, body {
  background: url(../images/background.jpg) repeat-x top;
  background-color: rgb(18,13,15);
  padding: 0;
  margin: 0 0 1em 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11.5pt;
  height: 100%;
  color: white;
}
div, img, ul {
  margin: 0;
  padding: 0;
}
#masterWrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 856px;
  min-height: 100%;
}
#menuArea {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 856px;
  height: 44px;
  background: url(../images/menu_bg.jpg) no-repeat;
  vertical-align: middle;
  padding: 0 23px;
}
#menuArea ul {
  padding: 0;
  margin: 0;
  height: 44px;
}
#menuArea li {
  line-height: 44px;
  height: 44px;
  vertical-align: middle;
  list-style-type: none;
  display: block;
  float: left;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 135px;
  text-align: center;
  font-size: 10pt;
}
#menuArea a:hover, #menuArea a:active, #menuArea a:link, #menuArea a:visited, #menuArea a {
  color: white;
  text-decoration: none;
  display: block;
}
#menuArea li:hover, #menuArea li:focus, #menuArea li:active {
  background-color: rgb(38,33,33);
}
#frontScene {
  position: absolute;
  display: block;
  top: 75px;
  left: 0;
  width: 856px;
  height: 573px;
}
#frontSceneImage {
  width: 856px;
  height: 573px;
}
.frontSceneFarmLight {
  position: absolute;
  top: 23px;
  left: 3px;
  height: 242px;
  width: 196px;
}
.hidden {
  display: none;
}
#frontLowerArea {
  min-height: 85px;
  display: block;
  position: absolute;
  top: 679px;
  left: 0;
  width: 100%;
  color: rgb(62,53,53);
}
#frontLowerLeft {
  min-height: 85px;
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}
#frontLowerLeft li {
  margin: 0 0 0 1em;
  padding: 0;
  list-style-type: square;
}
#frontLowerRight {
  height: 85px;
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
#frontLowerArea h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 0.25em 0;
}
img.frontOrg {
  float: right;
  margin-top: -1.5em; 
}
div.frontOrg {
  min-height: 85px;
  margin-top: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div.frontOrgInvisible {
  display: none;
}
#insideWrapper {
  position: absolute;
  display: block;
  top: 75px;
  left: 0;
  width: 856px;
  height: 573px;
}
#insideHeader {
  width: 856px;
  height: 193px;
  margin: 0;
  border: none;
  padding: 0;
}
#insideContent {
  border-left:  3px solid rgb(66,53,49);
  border-right: 3px solid rgb(66,53,49);
  padding: 0.5em 0.5em;
  min-height: 477px;
  background: url(../images/background.jpg) repeat-x top;
  background-position: 0px -268px;
  background-color: rgb(18,13,15);
}
#insideFooter {
  width: 856px;
  height: 23px;
}
#insideTitle {
  margin: 0 0 0.5em 0; 
}
#lastfmrecords img {
  border: none;
  width: 126px;
  max-height: 124px;
}
