html, body {
	height: 100%;
}


#global {
	position: fixed;
	background-image: url(../img/persov3.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
	text-align: center;
}

* {
  position: absolute;
  margin: 0; padding: 0;
}

input[type="text"] {
  border: 1px solid #ddd;
  padding: 6px;
  font-size: 18px;
  width: 200px;
  text-transform: uppercase;
  top: 30px;
  left: 130px;
}

input[type="submit"] {
  display: block;
  width: 100px;
  border: 0;
  line-height: 35px;
  height: 35px;
  color: #fff;
  background: mediumpurple;
  font-size: 18px;
  top: 30px;
  left: 350px;
  cursor: pointer;
}

form {
	width: 20px;
	height: 20px;
}

#main {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
