
html { font-size: 100%;  -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

body { margin: 0; font-size: 10px; line-height: 1.231; font-family: arial; color: #010101;overflow-y: hidden;overflow-x: hidden;}

#container{
 position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  /*
  Not even necessary really. 
  e.g. Height could be left out!
  */

	
}
.fundo{
	width: 357px;
	height: 151px;
	background: url('bg2.jpg') no-repeat;
	margin: 74px auto 0;
}

#textos {
	margin-top:100px;
	margin-left:100px;
	line-height:14px;
	width:400px;
}

ul{
	height: 40px;
	position: relative;
}

ul li{
	display: normal;
	position: relative;
}



@media only screen and (max-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
  html,body{
  	min-width: 100%;
  }
	
	
	.fundo{
		margin: 10px auto 0;
	}
	p{
		margin-top: 40px;
		font-size: 0.9em;		
		line-height: 100%;
	}
	
}

