body {
	font-family: Arial, Helvetica, sans-serif;
	background:url(/images/page/body_bg2.jpg) repeat-y;
	margin-top:0px;
}

#container {
    width:1100px;
	position:relative;
	margin:auto;
}

#flash {
   width:977px;
   height:483px;
   position:absolute;
   left:55px;
}

#tree_left {
   background:url(/images/page/tree_left.gif) no-repeat;
   width:68px;
   height:530px;
   position:absolute;
   left:30px;
}

#buttons {
   float:left;
   width:22px;
   height:100px;
   margin-left:17px;
}

#PL {
   background:url(/images/page/PL.jpg) no-repeat;
   float:left;
   width:22px;
   height:13px;
   margin-top:20px;
   cursor:pointer;
}

#GB {
   background:url(/images/page/GB.jpg) no-repeat;
   float:left;
   width:22px;
   height:13px;
   margin-top:3px;
   cursor:pointer;
}

#home {
   background:url(/images/page/home.jpg) no-repeat;
   float:left;
   width:22px;
   height:13px;
   margin-top:3px;
   cursor:pointer;
}

#map {
   background:url(/images/page/map.jpg) no-repeat;
   float:left;
   width:22px;
   height:13px;
   margin-top:3px;
   cursor:pointer;
}

#lupa {
   background:url(/images/page/lupa.jpg) no-repeat;
   float:left;
   width:22px;
   height:13px;
   margin-top:3px;
   cursor:pointer;
}

#tree_right {
   background:url(/images/page/tree_right.gif) no-repeat;
   width:101px;
   height:530px;
   position:absolute;
   left:979px;
}

#tree_down {
   background:url(/images/page/tree_down.gif) no-repeat;
   width:600px;
   height:59px;
   position:absolute;
   left:20px;
   top:475px;
}

#menu {
   color:#ffd54a;
   font-size:15px;
   font-weight:bold;
   width:560px;
   height:30px;
   margin-top:19px;
   margin-left:23px;
   float:left;
}

#menu a {
   color:#ffd54a;
   text-decoration:none;
   cursor:pointer;
}

#menu a:hover {
   color:#fefefe;
   text-decoration:none;
}

#logo {
   background:url(/images/page/logo.png) no-repeat;
   width:458px;
   height:166px;
   position:absolute;
   left:605px;
   top:396px;
}

#flash_scroll {
   width:1021px;
   height:23px;
   position:absolute;
   left:40px;
   top:550px;
}

#footer {
   background:#1a1c1a;
   font-size:10px;
   color:#ffffff;
   width:1021px;
   position:absolute;
   left:40px;
   top:575px;
}

#footer_content{
   float:left;
   width:1004px;
   text-align:left;
   margin-left:10px;
   font-size:12px;
}

#footer a {
  color:#ffd54a;
  text-decoration:none;
}

#footer a:hover {
  text-decoration:underline;
}

#copyright {
   float:left;
   width:280px;
   margin-top:4px;
   margin-left:10px;
}

#created {
   float:right;
   width:180px;
   margin-top:4px;
}

