@charset "utf-8";
/* CSS Document */

body{ 
	margin-left:0px; 
	margin-right:0px;  
	margin-top:0px;
        height:90vh;
#border: 3px solid #225522;
}
img.bg {
	min-height:100%;			
	min-width:1024px;						
	width:100%;			
	height:auto;						
	position:fixed;
	top:0;	
	left:0;
}				
@media screen and (max-width: 1024px){			
img.bg{				
	left:50%;				
	margin-left:-512px; 
}			
}				
#page_wrapper{
	width:450px;
	margin:auto;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
        height: 100%;
}

#page_header{
        #width:280px;
	width:100%;
	height:155px;
	#background-image:url(images/banner_01.png);
	#background-repeat:no-repeat;
	position:relative;
	#margin-left:100px;
        top:50px;
#border: 3px solid #BBBBBB;

}
#page_footer{
        width:280px;
        height:155px;
        background-image:url(images/banner_01.png);
        background-repeat:no-repeat;
        position:absolute;
        margin-left:100px;
        bottom: 10px;
#border: 3px solid #2255FF;

}



#text{
	left:88px;
	position:relative;
}
a{
  	text-decoration: none;
	color: black;
}
