*{
padding:0;
margin:0; 
}
html {
height:100%;
}
body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
background-image: url(/images/loginpage_bkg.gif);
background-repeat: no-repeat;
background-position: left top;
background-color: #ffffff;
}
/*********************
POSITIONS
**********************/
/*******NAVIGATION*********/
#loginpanel {
z-index: 999;
left: 599px;
top: 47px;
position: absolute;
width: 290px;
}
#genrelogo {
z-index: 999;
left: 680px;
top: 5px;
position: absolute;
}
#leftnavigation {
z-index: 999;
left: 17px;
top: 418px;
position: absolute;
width: 430px;
}
/*******CONTENT*********/
#maincontent {
z-index: 999;
left: 255px;
top: 108px;
position: absolute;
display: block;
float: left;
}
#maincontent .mainiframe {
background-color: #FFFFFF;
display: block;
float: left;
width: 830px;
}
#manualtitle {
z-index: 999;
left: 268px;
top: 273px;
position: absolute;
}
#maincontent .bottomnavigation {
display: block;
float: left;
text-align: right;
width: 830px;
font-size: 11px;
}
#maincontent .bottomnavigation {
}

#maincontent .bottomnavigation a { 
text-decoration: none;
font-weight: normal;
color: #000000;
}
#maincontent .bottomnavigation a:hover {
text-decoration: underline;
font-weight: normal;
color: #000000;
}
/****************/

.clear{
clear: both;
padding-bottom: 5px;
}v