/*
##############################################################################
# - - - - - - - - - - - - - - - Persal . org - - - - - - - - - - - - - - - - #
##############################################################################
#                                                                            #
# Purpose:      Persal.org CSS file                                          #
# Author:       Matteo Perelli                                               #
# Author:       -                                                            #
# Date:         20.01.2008                                                   #
# Version:      6.0                                                          #
# Notes:        -                                                            #
##############################################################################
*/
#main_contents
        { position: absolute;
          border: 0px;
          background-color: transparent;
          top     : 60px;
          left    : 360px;
          right   : 20px;
          bottom  : 10px;
          z-index : 2;
        }
        
#loading_widget
        { position: absolute;
          border: 0px;
          background-color: transparent;
          background-image: url('../imgs/loading.gif'); background-repeat: no-repeat; 
          background-attachment: fixed; background-position: 50% 50%;
          width: 100%;
          height:100%;
          z-index : 1; }

#main_block
        { position: absolute;
          border: 0px;
          background-color: transparent;
          width: 100%;
        }
        
#gframe
        { position: absolute;
          border: 0px;
          background-color: transparent;
          width: 100%;
          height:100%;
        }

.nobr
        { position: absolute;
          border-width: 2px;
          border-color: #6f2626;
          border-style: solid;
          background-color: transparent;
          top     : 30px;
          left    : 360px;
          right   : 20px;
          z-index : 2;
        }
          
.flash  { position: fixed; }
       
.img_black_b
        { border-width: 1px;
          border-color: #000000;
          border-style: solid; }

