html,body{
height: 100%;
}

body{
margin:0;
padding:0;
background: url('bg.jpg') no-repeat center center fixed;
font-family: 'Roboto Mono', monospace;
background-size: cover;
}

.titulo {
	position: absolute;
	top: 20px;
	width: 600px;
	height: 40px;
	text-align: right;
	background-image: url(logo.png);
}

.instrucoes {
	position: absolute;
	top: 90px;
	padding-top: 5px;
	width: 600px;
	font-size: 14px;
	/*box-shadow: 3px 3px 5px #ccc;*/
}

.busca {
	position: absolute;
	top: 370px;
	width: 600px;
	height: 40px;
}

.base {
  position: absolute;
  top: 370px;
  width: 600px;
  height: 40px;
  font-size: 14px;
  text-align: center;
}