html,body{
margin:0;padding:0;
height:100%;
min-height:100%;
font-family:arial;
font-size: 12px;
color:#ba9;
background-color:#000;
}
div.f{
height:100%;
}
div.l{
height:99%;
width:58%;
float:left;
}
div.rt{
height:20%;
padding:10px;
text-align:right;
}
div.rg{
height:57%;
text-align:left;
}
div.re{
height:8%;
text-align:left;
}
div.rc{
text-align:left;
float:left;
}
div.bt{
height:70%;
}
div.bb{
text-align:center;
}
div.br{
padding:15px;
}
a{
text-decoration:none;
color:#ba9;
}
a:hover{
color:#654;
}
h5,h6{
display:inline;
}
img{
border:0px;
}
img.im{
height:103%;
}