body{
background:#000000;
margin:0;
font: 10pt tahoma, arial; 
}

#container{
position:absolute;
top:0;
left:0;
background:#000000;
width:800px;
height:570px;
}

#header{
color:#C0C0C0;
font-size:40px;
height:50px;
width:500px;
text-align:center;
position:absolute;
top:50px;
left:150px;
letter-spacing:5px;
}

#picbar{
background: silver;
height:100px;
width:100px;
font-size:10px;
overflow:hidden;
position:absolute;
top:50px;
left:100px;
z-index:2;
text-align:center;
}

#onbar{
background: silver;
height:150px;
width:100px;
font-size:10px;
overflow:hidden;
position:absolute;
top:150px;
left:100px;
z-index:2;
text-align:center;
}

#offbar{
background: silver;
height:100px;
width:100px;
font-size:10px;
overflow:hidden;
position:absolute;
top:300px;
left:100px;
z-index:2;
text-align:center;
}

#middle{
background: gray;
width:500px;
font-size:15px;
overflow:auto;
position:absolute;
padding:60px;
top:120px;
left:150px;
}

A.light:link{ color:#C0C0C0 ; text-decoration:none}
A.light:visited{ color:#C0C0C0 ; text-decoration:none}
A.light:hover{ color:#C0C0C0 ; text-decoration:underline}

A:link{color:#660000; text-decoration:none; font-variant:small-caps; font-weight:bold}
A:visited{color:#660000; text-decoration:none; font-variant:small-caps; font-weight:bold}
A:hover{color:#660000; text-decoration:underline; font-variant:small-caps; font-weight:bold}

h3{
font-size:14px;
font-weight:bold;
color:#660000;
letter-spacing:-1px;
}

#underbar{
background: silver;
height:80px;
width:280px;
font-size:10px;
overflow:hidden;
position:absolute;
top:130px;
left:520px;
z-index:2;
text-align:center;
}
