html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #590A58;
	background: #F3E6F2 url(img/tlo.png) center top repeat-y;
}
abbr { cursor: help; }
p {
	margin: 10px 0;
	padding: 0;
}
#erotyczne {
	display: table;
	height: 100%;
	width: 800px;
	padding: 0;
	margin: 0 auto;
	background: #F3E6F2;
}
#erotyczne #filmy {
	display: table-cell;
	vertical-align: middle;
}
h1 {
	margin: 0 auto 50px auto;
	padding: 0;
	width: 396px;
	height: 46px;
	text-indent: -4800px;
	background: url(img/filmyerotyczne.gif) no-repeat;
}
#disclaim {
	position: relative;
	z-index: 2;
}
#disclaim p {
	width: 450px;
	margin: 10px auto;
	text-align: center;
}
#centr {
	position: relative;
	margin: 0 auto;
	width: 450px;
	text-align: center;
	z-index: 3;
}
#centr p {
	margin: 20px auto 0 auto;
	width: 225px;
	height: auto;
	float: right;
	text-align: center;
}
#centr p a {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	text-indent: -7000px;
	overflow: hidden;
	outline: none;
}
#centr p a.outp {
	height: 42px;
	width: 150px;
	background: url(img/wyjscie.gif) no-repeat;
}
#centr p a.inp {
	height: 46px;
	width: 224px;
	background: url(img/enter.gif) no-repeat;
}
#centr p a.outp:focus, #centr p a.inp:focus {
	background-position: 1px 1px;
}
