/* -> Initializing document ----------------------------------- */

*{margin:0;padding:0;}
html{font-size:100%;}

body{
	text-align: center;
	/* Feel free to change the background-color : */
	background-color: #fff;
}

a{text-decoration:none;}
a:active{outline:none;}
:focus{-moz-outline-style:none;}
a img{border:none;}


/* -> The website frame --------------------------------------- */

div#holder{
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: top;
}

/* -> The navigation ------------------------------------------ */

ul#printer{
	position: absolute;
	left: 0;
	width: 100%;
	height: 260%;
	background-image: url(../imagens/fundo_descr.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}

	ul#printer li{margin-top: 0px;}
	ul#printer li, ul#printer li a{
		position: relative;
		display: block;
		float: left;
		width: 480px;
		height:280px;
		overflow: hidden;
	}
	
		ul#printer li a img{
			position: absolute;
			top: 280px;
			left:200px;
		}
		ul#printer li.selected a img{top:0;}