html,body 
{
    /* position:absolute; */
    top:0;
    right:0;
    bottom:0;
    left:0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display:block;
/*    overflow-y: hidden;  */
}

#amps_header
{
    /* position:relative; */
    top:0;
    width:100%;
    height:10%;
    max-height:74px;
    background-color:#AAD;
    border:0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* overflow-y: hidden; */
    display:block;
}

/*
#amps_header:hover
{
    width:100%;
    height:80px;
}
*/

#amps_chooser
{
    /* position:relative; */
    width:100%;
    /* height:30%; */
    background-color:#EEA;
    border:0;
    margin: 0;
    padding:0;
    display:block;
    overflow: auto;
}

#container
{
    position:relative;
    width:100%;
    bottom:0%;
    border:0;
    overflow: hidden;
    display:block;
    margin:0;
    height:60%;
}

div>iframe
{
    width:100%;
    height:100%;
    overflow: auto;
    display:block;
}

.navigate
{
    position: absolute;
    width:100%;
    zoom: 1;
    top: 30%;
    opacity: 0.15;
    filter: alpha(opacity=15);
}

.navigate:hover
{
    width:100%;
    zoom: 1;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

#container1a
{
}

#graph1
{
    position: absolute;
    height:100%;
    top:0;
    bottom:0;
    left:0;
    background: #EEFFEE;
    width:50%;
    border:0;
    overflow: auto;
}

#prv1
{
    position: absolute;
    top: 30%;
    left: 0;
    background: #BBF;
}

#prv1:after
{
  content:url('../layout/prev.gif');
}

#prv1:hover
{
}

#nxt1
{
    position: absolute;
    top: 30%;
    right: 51.5%;
    background: #BBF;
}

#nxt1:after
{
    content:url('../layout/next.gif');
}

#nxt1:hover
{
}

#graph2
{
    position: absolute;
    top:0;
    left: 50%;
    width: 50%;
    background: #EEFFEE;
    bottom: 0;
    overflow: auto;
    height:100%;
    border-left-style:solid;
}


#prv2
{
    position: absolute;
    top: 30%;
    left: 50.5%;
    background: #BBF;
}

#prv2:after
{
    content:url('../layout/prev.gif');
}

#prv2:hover
{
}

#nxt2
{
    position: absolute;
    top: 30%;
    right:1.5%;
    background: #BBF;
}

#nxt2:after
{
    content:url('../layout/next.gif');
}

#nxt2:hover
{
}

#natural_graph1
{
    width:900px;
    border:0;
}

#client_graph1
{
    width:100%;
    border:0;
}

#natural_graph2
{
    width:900px;
    border:0;
}

#client_graph2
{
    width:100%;
    border:0;
}