html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
background: url(bg.gif) ;
} 
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 


#footertxt {	 width:900px; FONT-SIZE: 11px; COLOR: #AAAAAA; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; margin: 10px; margin-left:auto; 
 margin-right:auto; } 
#footertxt a{COLOR: #AAAAAA;  text-decoration: underline;} 
#footertxt a:hover{COLOR: #333333; text-decoration: none;} 

#gallerylink {width:400px; FONT-SIZE: 16px; COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; margin: 0px; margin-left:auto; 
 margin-right:auto; float:center; text-align:center; font-weight:bold;} 
#gallerylink a{COLOR: #666666;  text-decoration: none;} 
#gallerylink a:hover{COLOR: #000000; text-decoration: none;} 
 
 
 
 /* *** Float containers fix:
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

