/* =========================================
   MINEFALLS THEME LAYOUT
   Page-specific styling for the Minefalls site
   ========================================= */

body { 	 
		 max-width:1500px; 
         /* margin:auto !important; */ 
           margin: 0 auto;
        /* width:1024px;  */
        /* color:#68AAE4; */  				    /* January   - Ice Blue       */
	 	   color:#FF0000;   					/* February  - Red            */
	 	/* color:#00FF00; */  					/* March     - Lime Green     */
	 	/* color:#FF0066; */       				/* April     - Rose           */
	 	/* color:#CC66CC; */  					/* May       - Lavender       */
	 	/* color:#00FFFF; */   					/* June      - Light Turquoise */
	 	/* color:#FFFF00; */  		        	/* July      - Yellow          */
	 	/* color:#FF339C; */  			        /* August    - Pink           */
	 	/* color:#FFCC66; */   				    /* September - Beige         */
	 	/* color:#FF8040; */   				    /* October   - Light Orange   */
	 	/* color:#D4A017; */  					/* November  - Gold           */
	 	/* color:#00C000; */           			/* December  - Green          */

		/* Set a background color that will be displayed
     		while the background image is loading */
		background-color: white;
    	        
    	font-family: "Monotype Corsiva", serif;
     }
     
a:link { color:#FF0000 } 
a:visited { color:#FF0000 } 
a:active { color:#FF0000 }

.footer {
        position: fixed;
        bottom: 0;                  /* Anchor to the bottom of the viewport */
        left: 0;                    /* Anchor to the left side of the viewport */
        width: 100%;                /* Make the footer span the full width */
        background-color: #333;     /* Add a background color for visual clarity */
        color: white;               /* Set the text color to white */
        text-align: center;         /* Center the text */
        padding: 10px 0;            /* Add some padding */
        z-index: 1000;              /* Ensure the footer is on top of the other content */  
}