* {
margin: 0px;
padding: 0px;
}
h1, h2 {
text-align: center;
/*display: inline;
margin-right: .5em;*/
}

body {
background-color: #d9d7c8;
}
#container {

height: 100%;
margin: 0px auto;
position: relative;
}
#clickto {
position:absolute;
bottom:28px;
right:10px;
}
#moreinfo {
margin-left:10px;
}
#content_outer {
/*position: absolute;
right: 0px;*/
width:440px;
height:315px;
/*height:315px;*/
background: url('../images/content_background.gif') no-repeat 0px 30px;
position: absolute;
top: 30px;
left: 40px;
}
#content {
padding:0px;
}
#content_description {
margin-top: 10px;
height: 225px;
overflow: auto;
}
#menu_outer {
width: 500px;
height: 285px;
background-image: url('../images/menu_light.gif');
position: absolute;
bottom: 0px;
left: 20px;
}
#menu {
z-index: 3;
width: 500px;
height: 285px;
position: absolute;
bottom: 0px;
left: 20px;
}
#images_nav {
position: absolute;
right: 0px;
width: 327px;
height: 100%;
overflow: auto;
z-index: 1;
/*border: 1px solid red;*/
}
img {
border: none;
}
