
html, body
{
height: 100%;
overflow:hidden;
width: 100%;
}
#container
{
position: absolute;
top: 0px;
width: 898px;
height: 100%;
margin: auto;
background: url("bg.jpg");
background-color:white;
border-style: solid;
border-width: 1px;
}
#page
{
top:1%;
width: 880px;
height: 88%;
margin: auto;
position: relative;

}

#logo
{
position: absolute;
top: 10px;
left:5px;
background-color: white;
border-style:solid;
border-width: 0px;
width: 300px;
height: auto;
}

#menu
{
position: absolute;
top: 160px;
left:5px;
background-color: white;
border-style:solid;
border-width: 1px;
width: 298px;
height: auto;
opacity:0.6;
/*IE tranparency*/
filter:alpha(opacity=60);
}

#bartop
{
position: absolute;
top: 0px;
width: 800px;
height: 70px;
margin: auto;
background: url("topbar.jpg");
text-align: center;
}
#barbottom
{
position:absolute;
top:100%;
width: 800px;
height: 30px;
background: url("bottom.jpg");
text-align: center;
font-size: 11px;
line-height: 100%;
color:white;
}
a
{
color: black;
}
iframe
{
position: absolute;
top: 10px;
left: 320px;
width: 560px;
background-color: white;
border-style: solid;
border-width: 1px;
opacity:0.6;
/*IE transparency*/
filter:alpha(opacity=60);
}