/*Documento CSS style_box_arte_wanderlei.css*/
body{
     background-attachment: fixed; /*fixa o fundo*/
     background-image:url(/static/img/textura-feijao1.jpg);
     /*background: beige url(/static/img/marrom.jpg);*/
     /*box-shadow: 50px 60px 60px 50px #000000;
     background-repeat: repeat-x;*/
     margin-top: 10px;
 }

/*Pra dispositivos que tem uma largura mínima de 768 pixels. Tablets, por exemplo.*/
@media screen and (max-width: 720px) {
      #container{
	  min-width: 240px;
	  width: 240px;
	 /*background-color: aqua;*/
  }
}	

 #container{ 
	border: 0.1em dotted #000;
	width: 55%;
	/*height: 560px;*/
	margin:0 auto;
	padding-left: 1.25em;
	padding-right: 1.25em;
	background-color: beige;
  }

.text{
font-size: 1.6em;
color: beige;
margin-left: 1em;
}

.p{
color:#CC9900;
}

#footer{
     text-align: center;
    
 }