@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../img_autosfera/bg_intro.jpg);
        background-repeat: repeat-x;
        background-position: top center;
}

img {
    border: 0px;
}

#wrap {
	margin: 7px auto auto;
	height: 619px;
	width: 945px;
	position: relative;
}


/* Glowna nawigacja */
#navigation {
        position: absolute;
	margin: 0px;
	top: 32px;
        left: 32px;
}

ul#nav {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}
ul#nav li {
	padding:0;
	margin: 0px 0px 3px;
}

ul#nav li img {
    width: 131px;
    height: 36px;
}


/* Efekt hover glownej nawigacji */
#dojazd {
	height: 74px;
	width: 149px;
	position: absolute;
	right: 38px;
	bottom: 140px;
}

#footer {
	width: 945px;
	margin: 0px auto;
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer p {
	color: #747b79;
	font: 11px tahoma;
	text-align: center;
}
#footer p.siwy {
	color: #d4d6d6;
}
