* {
	padding: 0;
	margin: 0;
}

a{
	outline: none;
}


/* BODY */

body{
	background: #121018; 
	font-family: Verdana; 
	font-size: 12px;
	color: #ababab;
	background: url('images/bg.jpg');
}

html, body {
	height: 100%;
}

#container{
	height: 100%;
	background: url('images/wejscie.jpg') center top no-repeat;
}

#container img{
	border: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.pl{
	position: absolute;
	left: 50%;
	top: 500px;

	display: block;
	width: 50px;
	height: 50px;
	margin-left: -75px;
}

.en{
	position: absolute;
	left: 50%;
	top: 500px;

	display: block;
	width: 50px;
	height: 50px;
	margin-left: 65px;
}