body {
 background: #ffffff url('bg.jpg') no-repeat fixed bottom left;
}

#container{
 position: absolute;
 top: 30px;
 left: 400px;
 width: 550px;
 height:90%;
overflow:auto;
 border: 5px solid #ccf; 
 z-index: 9;
 font-family: arial;
 font-size: 12px;
 color: #000;
}

#container p{line-height: 2em;}
#container a{text-decoration:none;}
#container a:hover{text-decoration:underline;color:#f00;}
#container a:visited{color:#00f;}

#opa{
opacity: 1;
filter:alpha(opacity=100);
position: relative;
background: transparent;
 padding: 20px;
margin-right:25px;
align:left;
}

#tra{
opacity: 0.75;
filter:alpha(opacity=75);
width:100%;
height:100%;
background-color:#fff;
position: absolute;
}

.list {
 margin-top:0px;
 margin-bottom:0px;
 padding-top:0px;
 padding-bottom:0px;
 font-size:11px;
}

.list li{
 padding:5px 0px;
 margin:0px;
 list-style-type:circle;
}

#buttonarea{
 position: absolute;
 top: 20px;
 left: 100px;
 font-family: arial;
 z-index:10;
}

#buttonarea div{
 font-variant: small-caps;
 font-weight: bold;
 font-size: 12px;
}

#buttonarea a{
 text-decoration: none;
 color: #000;
 height: 100%;
}

#bottom p{
 position: absolute;
 bottom: 20px;
 left: 20px;
 font-family: arial;
 font-variant: none;
 font-weight: bold;
 font-size: 10px;
}

div.transOFF {
 opacity: 1; filter: alpha(opacity=100);
 border: 2px solid #f33;
 padding: 5px;
 background-color: #fff;
 display: inline;
 cursor: hand;
 cursor: pointer;
 height: 2em;
 margin: 3px;
 color: #00f;
}

div.transON {
 opacity: 0.75; filter: alpha(opacity=75);
 border: 2px solid #f88;
 padding: 5px;
 background-color: #fff;
 display: inline;
 height: 2em;
 margin: 3px;
}

.big{
 color: #000;
 font-size: 20px;
 font-variant: small-caps;
}

.header{
 font-variant: small-caps;
 font-size: 13px;
 color:#666;
 
}

hr.hr1{
 border: 0px;
 color: #88f;
 background-color: #88f;
 height: 1px;
 width: 75%;
}

#flake{
 position: absolute;
 top:10px;
 left:20px;
}
#flake span{
font-family:arial;
font-size:10px;
text-align: center;
}
#flake a{text-decoration:none;}
#flake a span{display:none;}

#flake a:hover span{display:block;
position:relative; width: 75px; height:25px;
}
#flake a img{opacity:.5; filter:alpha(opacity=50);}
#flake a:hover img{opacity:1;filter:alpha(opacity=100);}
