﻿body {
	margin: 0;
	padding: 0;
	background:#963c3c url('gfx/tlo.png') top center;
	font-family: Georgia, sans-serif;
	color: #000;
	font-size: 13px;
}

img {
	border: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration:underline;
}

div#all {
	width: 1000px;
	margin: auto;
	overflow:hidden;
}

div#top {
	text-align:center;
}

div#dworzec {
	text-align:center;
}

div#main {
	background: url('gfx/main.png') no-repeat;
	height:750px;
	width:790px;
	margin:auto;
}

div#menu {
	background: url('gfx/menu.png') no-repeat;
	position:relative;
	width:190px;
	height:310px;
	top:20px;
	left:574px;
}

div#menu_link {
	text-align:center;
	position:relative;
	left:8px;
	top:50px;
}

div#zegar {
	position:relative;
	width:155px;
	height:155px;
	left:606px;
	top:49px;
}

div#zie {
	position:relative;
	left:-106px;
	top:-200px;
	width:111px;
}

div#powitanie {
	position:relative;
	top:-500px;
	left:160px;
	width:450px;
}

div#content {
	width:500px;
	position:relative;
	top:-530px;
	left:50px;
}

div#copyright {
	font-size: 10px;
	position:relative;
	left:90px;
	top:18px;
}