@charset "UTF-8";
.header {
	height: 111px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	background-image: url(images/serit.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.footer {
	background-image: url(images/serit.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 111px;
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.center {
	height: 400px;
	width: auto;
	max-width: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	font-size: 30px;
	text-align: center;
	line-height: 70px;
	text-shadow: 0px 0px 10px #FFF;
}

.big{
	font-size: 75px;
	font-weight: bold;
	line-height: 90px;

}


.small{
	font-size: 20px;
	font-weight: bold;
	margin-top: -20px;
}
