@charset "utf-8";
/* CSS Document*/

* { 
    margin: 0; 
}
html, body {
	height: 100%;
} 

#container {
	 min-height: 100%;
	 height: auto !important; 
     height: 100%; 
     margin: 0 auto -170px auto; /* margin: 0 0 -30px 0;the bottom margin is the negative value of the footer's height */
	  width: 970px;
	 min-width: 970px;
	 border: 0px double black;
	}
#container_about {
 	background: url(../img/2010.png) no-repeat top left;
	 min-height: 100%;
	 height: auto !important; 
     height: 100%; 
     margin: 0 auto -170px auto; /* margin: 0 0 -30px 0; width: auto;the bottom margin is the negative value of the footer's height background: url(../img/body_gradient_about.jpg) no-repeat top left;*/
	  width: 970px;
	 min-width: 970px;
	 border: 0px double black;
	}
#container_gallery {
/* 	background: url(../img/body_gradient_gallery.jpg) no-repeat top left;*/
	 min-height: 100%;
	 height: auto !important; 
     height: 100%; 
     margin: 0 auto -170px auto; /* margin: 0 0 -30px 0;the bottom margin is the negative value of the footer's height background: url(../img/body_gradient_about.jpg) no-repeat top left;*/
	  width: 970px;
	 min-width: 970px;
	 border: 0px double black;
	}
#container_contact {
 	/*background: url(../img/body_gradient_contact.png) no-repeat top left;*/
	 min-height: 100%;
	 height: auto !important; 
     height: 100%; 
     margin: 0 auto -170px auto; /* margin: 0 0 -30px 0;the bottom margin is the negative value of the footer's height background: url(../img/body_gradient_about.jpg) no-repeat top left;*/
	  width: 970px;
	 min-width: 970px;
	 border: 0px double black;
	}

#push{

height: 12px;
clear: both;
}
	
#footer {
	 width: auto;
	 min-width: 970px; /*  width(970) minus padding(152) = 818px*/
height: 170px;
border: 0px dashed Orange;
margin: 0 auto 0px auto;
}

