@charset "utf-8";
/* CSS Document */

        a, a:visited {
            color: #CCCCCC;
            text-decoration: none;
        }
        a:active {
            color: #FFFFFF;
            text-decoration: none;
        }
        a:hover, a:focus {
            color: #FFFFFF;
            text-decoration: underline;
        }
        body, html {
/* (5)    background: #333333; /* This is the background color of the whole webpage. */
			background-image:url(/ffv/web/images/BG.gif); background-position:top; background-repeat:repeat-x; background-color:#006699;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            text-align: center;
           /* width: 99%;
            height: 95%*/
			width:100%; height:100%;
			margin:0px; padding:0px;
        }
        h1 {
            color: #FFFFFF;
        }
        img {
            border: none;
        }
        p {
            color: #999999;
/*            font-size: 0.6em;*/
            font-size:small;
        }
        div.outer {
            height: 100%;
			margin-top:-100px;
        }
		#Books_Title {text-align:left; background-color:white; height:62px; clear:both;}
		.DownLd { text-align:center; color:white; height:30px;clear:both;}
        #megazine {
            height: 100%;
            outline: none;
            width: 100%;
            /*height: 100%;
			position:absolute;
			left:300px;
			top:100px;	
			height:950px;
            width: 900px;*/
        }

