body {
	font-family: arial;
}
input {
	font-size: 30px;
	margin: 0px auto;
}
#wrapper {
	height: 100%;
	width: 100%;
}
#main_block {
	width: 500px;
	height: 150px;
	margin-top: -75px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
}
#about_block {
	width: 500px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	top: 0px;
	text-align: center;
}
#about_block p {
	text-align: justify;
}
#password {
	border: 0px none transparent;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}
