/* ogolne */
body {
	background: #000;
	color: #eee;
	font-size: 1em;
}
table ul {
    text-align: left;
}

td {
	vertical-align: top;
}

a {
    color: #000;;
    font-weight: bold;
    text-decoration: none;
}
h1 {
	font-size: 1.2em;
}

p {
	color: #000;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'BlueHighwayLinocut', sans-serif;
	font-size: 1.2em;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.right {
	text-align: right;
}
/* i po ogolnych */

/* main div's */
#main {
	position: absolute;
	top: 50%;
	margin-top: -295px;
	height: 590px;
	background: url('../images/tlo.jpg') no-repeat;
}
#centralny {
	height: 590px;
	background: url('../images/paper.png') no-repeat;
}
#centralny h1 {
	margin-left: 100px;
	margin-right: 100px;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'BleedingCowboys', sans-serif;
}
#centralny h1:first-child {
	margin-top: 100px;
}
#centralny p {
	margin-left: 100px;
	margin-right: 100px;
}
#mapa {
	margin-top: 100px;
	background: url('../images/mapa.png') top no-repeat;
}
#mapa:hover {
	background: url('../images/mapa.png') bottom no-repeat;
}
#kontakt {
	background: url('../images/kontakt.png') top no-repeat;
}
#kontakt:hover {
	background: url('../images/kontakt.png') bottom no-repeat;
}
#kontakt_pl {
	background: url('../images/kontakt_pl.png') top no-repeat;
}
#kontakt_pl:hover {
	background: url('../images/kontakt_pl.png') bottom no-repeat;
}
#galeria_pl {
	background: url('../images/galeria_pl.png') top no-repeat;
}
#galeria_pl:hover {
	background: url('../images/galeria_pl.png') bottom no-repeat;
}
#hamak_pl {
	background: url('../images/hamak_pl.png') top no-repeat;
}
#hamak_pl:hover {
	background: url('../images/hamak_pl.png') bottom no-repeat;
}
#wanted_pl {
	background: url('../images/wanted_pl.png') top no-repeat;
}
#wanted_pl:hover {
	background: url('../images/wanted_pl.png') bottom no-repeat;
}
#deska_pl {
	background: url('../images/deska_pl.png') top no-repeat;
}
#deska_pl:hover {
	background: url('../images/deska_pl.png') bottom no-repeat;
}
#galeria {
	background: url('../images/galeria.png') top no-repeat;
}
#galeria:hover {
	background: url('../images/galeria.png') bottom no-repeat;
}
#hamak {
	background: url('../images/hamak.png') top no-repeat;
}
#hamak:hover {
	background: url('../images/hamak.png') bottom no-repeat;
}
#wanted {
	background: url('../images/wanted.png') top no-repeat;
}
#wanted:hover {
	background: url('../images/wanted.png') bottom no-repeat;
}
#deska {
	background: url('../images/deska.png') top no-repeat;
}
#deska:hover {
	background: url('../images/deska.png') bottom no-repeat;
}
#news {
	background: url('../images/news.png') top no-repeat;
}
#news:hover {
	background: url('../images/news.png') bottom no-repeat;
}
#kontakt,
#kontakt_pl,
#mapa,
#galeria,
#galeria_pl,
#hamak,
#hamak_pl,
#wanted,
#wanted_pl,
#deska,
#deska_pl,
#news {
	display: inline-block;
}
/* main div's */


