html, body, #wrap {
	border:0;
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
}
 
body {
	display: table;
	background-color: #f4f1aa;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.25;
}

body>#wrap
{
	display:table-cell;
	vertical-align:middle;
}

/* dla badzIEwia */

* html #wrap
{
	position:absolute;
	height:auto;
	text-align:center;
	/* ultrapack by Elus */
	top:expression((x=(document.documentElement.offsetHeight-this.offsetHeight)/2)<0?0:x+'px');
}

* + html #wrap
{
	position:absolute;
	height:auto;
	text-align:center;
	/* ultrapack by Elus */
	top:expression((x=(document.documentElement.offsetHeight-this.offsetHeight)/2)<0?0:x+'px');
}
 
:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
p {
	text-align: center;
	font-size: 12px;
	color: #124FA8;
	line-height: 1.7em;
	font-style: normal;
	font-weight: bold;
}

 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:2em;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
	font-size:0.9em;
	font-weight:bold;
	color: #124FA8;
	font-style: italic;
}
h4 {
	font-size: 16px;
	color: #C3041C;
	font-weight: normal;
	font-style: normal;
	background-color: #F5F3AB;
	margin-right: 20%;
	margin-left: 20%;
	border: 3px dashed #E5DC1C;
}
h5 {
	font-size: 14px;
	color: #C3041C;
	background-color: #F5F3AB;
	margin-right: 10%;
	margin-left: 10%;
	border: 3px dashed #E5DC1C;
	text-align: center;
}

a:link, a:visited, a:hover, a:active {
text-decoration:none;
}
img {
	text-decoration: none;
	border-style: none;
}
#main
{
	width:902px;
	height: 700px;
	margin:0 auto;
	background-color: #f4f1aa;
}
#splash {
	height: 394px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#reg_splash {
	margin-right: 30%;
	margin-left: 30%;
	margin-top: 60px;
}

.inline {
	display: inline;
}
.justify {
	text-align: justify;
}
.italic {
	font-style: italic;
}
.txtright {
	text-align: center;
!important
}

