@charset "UTF-8";
/* CSS Document */
body {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #686868;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:#000000 /*url(img/bg.jpg) top center repeat-x; */
}
#container {
	border: none;
	position: relative;
	display: table;
	text-align: left;
	width: 960px;
	height: 562px;
	top: 50%;
	margin: 1% auto;
	padding:1% 0px;
}
#splash {
	position: relative;
	display: block;
	width: 959px;
	height: 562px;
	margin-top: 5%;
	background: url(img/splash_new.jpg) top left no-repeat;
	text-decoration: none;
}
#pozycja {
	border: solid 1px #FF0000;
	position: absolute;
	width: 100px;
	height: 100px;
	top: 40%
}
#tekst {
	position: absolute;
	top: 400px;
	right: 160px;
	width: 250px;
	padding: 12px;
	background: #010101;
}
h1 {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ff7b00;
	margin: 0px 0px 6px 0px;
}
p {
	float: left;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px 18px 0px 0px;
}
a {
	color: #ff7b00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}