*{
	margin: 0px; /*zerando as margins dos elementos*/
	padding: 0px; /*valor para os espaços entre o conteúdo e as bordas.*/
	list-style: none; /*define as caractristicas das listas, */
	text-decoration:none; /*definindo nenhuma decoração para os textos*/
	line-height: 16px; /*nesse atributo você define o tamanho da linha*/
	outline: none; /*nenhuma margem ao redor dos elemntos.*/
}

img{
	border:0px;
}

body {
	margin: 0;
    left: 0;
    text-align: center;
    background: url(../images/textura.jpg);
    background-position: center;
    background-repeat: repeat;
}

body#jogo {
	margin: 0;
    left: 0;
    text-align: center;
    background: url(../images/ln_jogo.png);
    background-position: center;
    background-repeat: repeat-y;
    width: 100%;
    height: 610px;
}

div#jogo {
	margin: 0;
    left: 0;
    text-align: center;
    background: url(../images/ln.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 610px;
}


div#body {
	margin: 0;
    left: 0;
    text-align: center;
    background: url(../images/ln.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 610px;
}

div#body_back {
	/*margin: 0px; */
    left: 0;
    top: 593px;
    position: absolute;
    text-align: center;
    background: url(../images/ln_back.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 5px;
}

body#album{
	margin:0px;
	padding:0px;
	font: 12px Arial, Helvetica, sans-serif;
	background:#ffe url(../galeria/bg_topo.jpg) repeat-x;
	text-align:center;
	}

#tudo{
	width:980px;
	margin:0 auto;
	text-align:center;
}

#principal_album{
	width:980px;
	margin:0 auto;
}

#infantil{
	width:480px;
	height:200px;
	float:left;
}

#fundamental{
	width:480px;
	height:200px;
	float:right;
}

#topo_album{
	width:980px;
	height:363px;
	margin-top:60px;
	background:url(../galeria/topo_album.jpg) no-repeat top;
}

#pastas{
	float:left;
	width:156px;
	border:2 dotted #006633;
	height:100px;
	margin: 25px 0px 0px 35px;
}