/* resteting preferences 
-----------------------------------------------------------------------------------------------------*/

	body, h1, h2, h3, h4, h5, h6, ul, ol, li, p, textarea, input, a, table, th, tr, td {
		margin: 0;
		padding: 0;
	}
	
	img, fieldset { border: none; }
	a { text-decoration: none; }
	ul li { list-style: none; }
	
/* main construct 
-----------------------------------------------------------------------------------------------------*/

body {
	background: #d2a07d;
	font: normal 100.01% Helvetica, Arial, Tahoma, Verdana, sans-serif; /* 16px */
	color: #000;
}
#top {
	width: 100%;
	height: 150px;
	background: #b1876a;
	border-bottom: 3px solid #fff;
	}
#beam {
	background: #c89877;
	border-top: 1px solid #ffcb00;
	height: 25px;
	width: 100%;
}
#root {
	font-size: 1em; /* 16px */
	text-align: center;
	width: 100%;
	background: #d2a07d;
	position: absolute;
	}
#enterimg {
	margin: 0 auto;
	margin-top: -133px;
	width: 655px;
	height: 383px;
	background: url(../g/wejsciowka_logo.jpg) no-repeat;
	position:relative
	}
h1 {
	color: #fff;
	font-size: 1.19em; /* 19px */
	font-weight: normal;
	letter-spacing: 0.6px;
	}
p {
	color: #7b5e4a;
	width: 40%;
	font-weight: bold;
	font-size: 0.81em; /* 13px */
	}
h1, p { margin: 0 auto; margin-bottom: 20px; }
.warning { font-size: 0.88em; /* 14px */}
.warning em { font-size: 1.43em; /* 19px */ font-style: normal;}
.button {
	height: 26px; 
	display: block; 
	cursor: pointer; 
	margin: 0 auto;
	text-indent: -2000em;
	font-size: 0;
	width: 70px; 
	background: url(../g/wejsciowka_button.jpg) no-repeat;
	outline: 0;
	}