body {
	font-size: 100%;
	text-align: center;
}
table, html, body {
	height: 100%;
}
table td {
	background: url(../irudi/lebukowski.svg) center center no-repeat;
	background-size: 90%;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
.text1 {
	font-size: 6em;
	line-height: 0.8em;
	letter-spacing: -0.1em;
	margin-bottom: -.7em;
	font-weight: bold;
	color: #AAA;
}
.text1 span {
	color: #CCC;
}
.text2 {
	font-size: 16em;
	line-height: 0.8em;
	padding-right: 50px;
	letter-spacing: -0.2em;
	font-weight: bold;
	color: #CCC;
	color: rgba(155, 155, 155, .85);
}
.text2 span {
	color: #DDD;
	color: rgba(200, 200, 200, .85);
}
.text3 {
	text-shadow: #FFF 1px 1px 0;
	letter-spacing: -1px;
	font-size: 1.05em;
	color: #888;
}
.text3 strong {
	font-size: 1.1em;
	color: #777;
}
@media screen and (max-width: 400px) {
	body {
		font-size: 80%;
	}
}
@media screen and (max-width: 320px) {
	body {
		font-size: 70%;
	}
}