img { 
    behavior: url(iepngfix.htc); 
}
a { 
    text-decoration: none; 
}
.hidden { 
    display: none;
}
    
html {
    behavior: url(iepngfix.htc);
    height: 100%;
    overflow: hidden;
}    

body {
    position: relative; 
    text-align: center; 
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%; 
    height: 100%;
    background-image: url(i/Images/elements_tile_diagonal.png);
    background-repeat: repeat;
    background-attachment: fixed;
    overflow: hidden;
}
#preloader
{
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    z-index: 5;
    top: 0;
    left: 0;
}   
#preloader img {
    position: relative;
    top: 200px;
}
#wholepage { 
    position: relative; 
    width: 100%;
    height: 100%;
}
#page {
    position: relative; 
    width: 100%;
    height: 100%;
    overflow: auto;
    background: transparent url(i/Images/bg-gradient.png) repeat-y center;
}
.back_to_home {
    position: absolute;
    width: 250px;
    height: 95px;
    top: 10px;
    z-index: 10;
    background: transparent;
}
.back_to_home a {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
}
#blankDiv { 
    position: relative;
    padding-top: -120px;
    width: 935px;
    max-width: 935px;
    min-height: 10px;
    height: 120px;   
    display: block;    
    margin-left: auto;
    margin-right: auto;
}
        
#contentDiv { 
    position: relative;
    padding-top: 120px;
    width: 935px;
    max-width: 935px;
    min-height: 200px;
    height: 400px;   
    display: block;    
    margin-left: auto;
    margin-right: auto;    
    background: #FFFFFF url(i/bg/rotate.php) no-repeat center top;
}
    
.topMenuDiv { 
    position: relative; 
    height: auto;
    width: 960px;
    max-width: 960px;
    display: inline;
    margin-left: auto;
    margin-right: auto;    
}
.bottomMenuDiv { 
    position: relative; 
    margin-left: auto;
    margin-right: auto;    
    height: auto;
    width: 960px;
    display: inline;
}
    
    
.dynamicDiv { 
    position: relative;
    padding-top: 10px;  
    margin-left: auto;
    margin-right: auto;
    text-align: left;   
    width: 935px;
    max-width: 935px;
    min-height: 170px;
    /*height: auto;*/
}
.textDiv { 
    position: relative; 
    width: 935px;
    max-width: 935px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px; 
    font-style: normal; 
    text-transform: normal; 
    color: #000000;
    margin-left: auto;
    margin-right: auto;    
}
    
    
.loginDiv { 
    position: absolute; 
    display: block;
    /*
    margin-left: auto;
    margin-right: 0px;
    */
    top: 180px;
    left: 730px;
    height: 185px; 
    width: 200px; 
    background: transparent url(i/Images/LOGIN_CLEAN_2008_2.gif) no-repeat center top; 
    text-align: left;
    z-index: 0;
}
.inputName { 
    position: relative; 
    width: 175px; 
    height: 20px; 
    left: 25px; 
    top: 34px; 
    background: transparent; 
    border: 0px; 
    padding: 2px;
}
.inputPass { 
    position: relative; 
    width: 175px; 
    height: 20px; 
    left: 25px; 
    top: 73px; 
    background: transparent; 
    border: 0px; 
    padding: 2px;
}
.inputOk { 
    position: relative; 
    height: 25px; 
    width: 100px; 
    left: 5px; 
    top: 85px; 
    background: transparent url(i/Images/LOGIN_OK.gif) no-repeat; 
    border: 0px;
}
.inputHelp { 
    position: relative; 
    height: 10px; 
    width: 34px; 
    left: 50px; 
    top: 75px; 
    background: url(i/Images/LOGIN_CLEAN_2008_help.gif); 
    border: 0px;
} 
 
    
.bloggDiv {
    position: relative;
    /* 
    left: 527px; 
    top: 240px; 
    */
    width: 136px;
    text-align: left;
}
.inputLogoff { 
    position: relative; 
    left: 14px; 
    top: 83px; 
    border: 0px;
}
    
.header { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    font-style: normal; 
    text-transform: normal; 
    color: 000000; 
}
    
.normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: 000000;
}
    
.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    text-transform: normal;
    color: #FF0000;
}
.bannerDiv {
    position: relative;  
    margin-left: auto;
    margin-right: auto;
    text-align: left;   
    width: 935px;
    max-width: 935px;
    height: auto;   
    display: block;
}
.bannerDiv img {
    margin-right: auto;
    margin-left: auto;
    border: 0px;
}
