#layout {
  display: none;
  background: url('../images/layout_home.jpg') center 0 no-repeat;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  z-index: -10;
}

#overlay {
  display: none;
  background: url('../images/overlay_home.png') center 1px no-repeat;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  z-index: 10;
  opacity: .5;
}


#container {
  background: url('../images/mountain_road.jpg') #B3CC95 10px 45px no-repeat;
  background: url('../images/mountain_road.jpg') 10px 45px no-repeat,
   -moz-linear-gradient(top,  #B3CC95,  #CEE0B3);
  background: url('../images/mountain_road.jpg') 10px 45px no-repeat, -webkit-gradient(linear, center top, center bottom, from(#B3CC95), to(#CEE0B3));
 	background: url('../images/mountain_road.jpg') 10px 45px no-repeat, -ms-linear-gradient(top,  #B3CC95,  #CEE0B3);
  background: url('../images/mountain_road.jpg') 10px 45px no-repeat, -o-linear-gradient(top,  #B3CC95,  #CEE0B3);
  background: url('../images/mountain_road.jpg') 10px 45px no-repeat, linear-gradient(top,  #B3CC95,  #CEE0B3);  
}

nav ul li:hover, 
body#home a#nav_home,
body#values a#nav_values,
body#services a#nav_services,
body#about_us a#nav_about_us,
body#money_news a#nav_money_news,
body#contact a#nav_contact,
nav ul ul
 {
  background: #D0E1A0;
  background: -webkit-gradient(linear, left top, right top, from(#E2EDD0), to(#B3CC95));
  background: -webkit-linear-gradient(left, #E2EDD0, #B3CC95);
  background: -moz-linear-gradient(left, #E2EDD0, #B3CC95);
  background: -ms-linear-gradient(left, #E2EDD0, #B3CC95);
  background: -o-linear-gradient(left, #E2EDD0, #B3CC95);
}

#header {
  color: #DBE8C4;
}

#header span {
  color: #B3CC95;
}

#main {
  height: 470px;
}

#main #messages {
  display: none;
}

#main #title_area {
  display: none;
}

#main #content_area {
  padding-top: 5px;
  padding-left: 375px;
  padding-right: 155px;
  line-height: 16px;

  color: #F2ECA5;
  font-family: verdana;
  font-size: 11px;
  text-shadow: 1px 1px 1px #000;
}

#main #sidebar_area {
  display: none;
}