body {
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 18px;
	background: #fff;
}

h1 {
	position: absolute;
	bottom: 1%;
	left: 1%;
	font-size: 70px;
	z-index: -1;
	color: #ccc;
}

h2 {
	font-size: 30px;
	margin-bottom: 5px;
}

h1 small {
	font-size: 20px;
	color: #aaa;
}

#minden {
	width: 100%;
	height: 100%;
    position: absolute;
    display: table;
    vertical-align: middle;
}

#belso {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	letter-spacing:2px
}

#tegezmagaz {
	margin: 20px;
	font-size: 200%;
	letter-spacing: 0px;
	background: #fff;
}

a {
	color: #aaa;
	text-decoration: none;
}

a:hover {
	color: #555;
	text-decoration: none;
}

#box {
	border: 1px solid #ccc;
	width: 700px;
	height: 500px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
	line-height: 24px;
}

ul {
	list-style-type: circle;
	margin-left: 25px;
}

p {
	margin: 15px 0;
}

.leiras {
	width: 310px;
	float: left;
}

input, textarea {
	width: 270px;
	font-size: 26px;
	height: 30px;
	border: 2px solid #999;
	margin: 5px;
	text-align: center;
	color: #999;
}

#email {
	width: 370px;
}

#web {
	width: 470px;
}

textarea {
	height: 100px;
	font-family: Arial;
	width: 570px;
}

.nagyon {
	font-weight: bold;
	text-align: center;
}

#kozep {
	text-align: center;
}

#mehet {
	margin: 10px auto;
	width: 670px;
	height: 40px;
	border: 3px solid #ccc;
	background-color: #fff;
	color: #333;
	font-size: 20px;
}

#ref {
	text-decoration: underline;
	color: #FD5E0F;
}