﻿@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:120%;
	color: #000000;
	background-color: #FFFFFF;
}

#top{
	margin:auto;
	width:955px;
	position:relative;
	z-index: 99;
}

#top #logo{
	position: absolute;
	width: 130px;
	height: 160px;
	top: 0px;
	left: 766px;
	z-index: 100;
}

#top #jagielski{
	position: absolute;
	width: 269px;
	height: 334px;
	top: 67px;
	left: 0px;
	z-index: 100;
}

#top #content{
	position:relative;
	z-index: 101;
}