*
	 Auto Generating Photo Gallery
	 by Chris Coyier
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{ font-size: 62.5%; font-family: Georgia, serif;
					  background: url(http://www.artsupply.com.br/paginas/fotosartsupply/fundo.jpg) top center repeat #ccc; 
					  	text-align:center; /* hack para o IE */	
					  }

a img, img 			{ border: none; }

#page-wrap			{ width: 800px; margin: 0 0 0 30px; 
					}

.photo-link			{ padding: 5px; margin: 5px; border: 1px solid #333; display: block; width: 100px;
					  float: left; }
.photo-link:hover	{ border-color: white; }

#main {
	width: 800px;
	margin:0 auto;			
	min-height:550px;
	text-align:left; /* "remédio" para o hack do IE */
	}
#voltar {
	width:800px;
	height: 20px;
	top: 1120px; 
	position:absolute;
	}

#rodape {
	width:800px;
	height: 40px;
	border-top:#333 1px solid;
	top: 1165px; 
	position:absolute;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:8px 0 0 0;
	}
h1 a {
	text-decoration:underline;
	color:#000;
	}
h1 a:hover {
	text-decoration:none;
	color:#333;
	}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:18px 0 0 0;
	}
h2 a {
	text-decoration:none;
	color:#000;
	}
h2 a:hover {
	text-decoration:underline;
	color:#333;
	}