@charset "utf-8";
/* CSS Document */
   .bg {background-color:#000000;
        }
body.main {background-color:#1B1E56;
           background-image:url(images/rdez.gif);
	       background-repeat:no-repeat;
	       background-attachment:fixed;
	       background-position:center center;
	       }
a:link {color:#666600;
        text-decoration:none;
	  }
a:visited {color:#999999;
           text-decoration:line-through;
	  }
a:hover {color:#669999;
         text-decoration:none;
	  }
.footer {
	position: absolute;
	left:6px;
	bottom:6px;
	  }

ul {list-style:none;
    visibility:hidden;
  }