@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body{
	background-image: url(fx/bg.jpg);
}
#pozycja {
	position: absolute;
	height: 550px;
	width: 600px;
	left: 50%;
	top: 50%;
	margin-top: -275px;
	margin-left: -300px;
    }
#guide1 {
	background-color: #00FFFF;
	height: 1px;
	width: 100%;
	margin-top: 27%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

    }
#guide2 {
	background-color: #00FFFF;
	height: 100%;
	width: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13%;

    }
h1{
	display: none;
}
