@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../img/P1030179.png) top left fixed repeat ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #424e23;
	
}
h1 {
	 font-family: Arial, sans-serif;
	 font-weight: 100;
	 size: 3em;
	 letter-spacing: 15px;
	 text-decoration: none;
	 text-align: right;
	 bottom: 10%;
}
a:link {
	opacity:0.8;
	color: #be8420;
	font-size: 20px;
	text-decoration: none;
}
a:visited {
	opacity:0.8;
	color: #b1bc96;
	text-decoration: none;
	}
a:hover {
	opacity:1.0;
	color: #c4cfa8;
    text-decoration: none;
}
a:active {
	opacity:0.8;
	color: #e5f2c4;
	text-decoration: none;
}
.pd1 #container {
	width: 100%;  
	height: 100%
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.pd1 #mainContent {
	font-size: 9px;
	width: 100%;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.pd1 #salvation {
	filter:alpha(opacity=20);
	padding: 10px;
	color: 666;
	float: left;
	z-index: -1;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30%;
	background-color: #000000;
	border: #000 1px solid;
	
	}
	
.p01 { 
		position: absolute;
		bottom: 0; 
        top: 0in; 
		width: 100%; 
      }
	  
.p02 { 
		position: absolute;
        bottom: 0; 
        filter:alpha(opacity=80);
        right: 80%;
		width: 100%; 
      }
.p03 { 
		position: absolute;
		filter:alpha(opacity=80);
        top: 0px; 
        left: 0px;
        height: 100%;
		 
      }
.p04 { 
		opacity:0.9;
		border:none;
	    filter:alpha(opacity=90);
	    position: absolute;
        bottom: 0%; 
        left: 0px;
        height: 6.5em;
		width: inherit;
		 
      }
.p05 { 
		opacity:0.9;
	    filter:alpha(opacity=90);
	    position: absolute;
        bottom: 0%; 
        left: 7%;
        height: 20em;
		width: 20em;
		 
      }
.p06 { 
		opacity:0.8;
	    filter:alpha(opacity=80);
		 
      }
	  	  
	  	  
